Bugix in serve (wrong variable name).
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user