Bugix in serve (wrong variable name).

This commit is contained in:
Simon Conseil
2013-04-16 22:24:36 +02:00
parent b28503be2a
commit 6529bb23eb

View File

@@ -141,7 +141,7 @@ def serve(path):
except KeyboardInterrupt:
print '\nAll done!'
else:
sys.stderr.write("The '%s' directory doesn't exist.\n" % p)
sys.stderr.write("The '%s' directory doesn't exist.\n" % path)
def main():