From: Greg Price Date: Mon, 21 Dec 2009 05:25:57 +0000 (-0500) Subject: Fix format string usage. X-Git-Tag: 0.1.1~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/a263b15600508e3dd67f2ad9f689aa6708de09a1?ds=inline Fix format string usage. svn path=/trunk/packages/invirt-web/; revision=2742 --- diff --git a/code/invirt.fcgi b/code/invirt.fcgi index 607a4ea..9cda782 100755 --- a/code/invirt.fcgi +++ b/code/invirt.fcgi @@ -22,7 +22,7 @@ the first argument. Helper scripts "auth.fcgi" and "unauth.fcgi" are provided to facilitate running the server with no arguments. -""" % (sys.argv[0], argv0_dir, argv0_dir) +""" % (sys.argv[0],) sys.exit(2) if __name__ == "__main__":