Fix format string usage.
authorGreg Price <price@mit.edu>
Mon, 21 Dec 2009 05:25:57 +0000 (00:25 -0500)
committerGreg Price <price@mit.edu>
Mon, 21 Dec 2009 05:25:57 +0000 (00:25 -0500)
svn path=/trunk/packages/invirt-web/; revision=2742

code/invirt.fcgi

index 607a4ea..9cda782 100755 (executable)
@@ -22,7 +22,7 @@ the first argument.
 
 Helper scripts "auth.fcgi" and "unauth.fcgi" are provided to
 facilitate running the server with no arguments.
 
 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__":
     sys.exit(2)
 
 if __name__ == "__main__":