From d9aec963cf5ca2a4498fe6591b4d3b712b634567 Mon Sep 17 00:00:00 2001 From: Ben Savage Date: Wed, 5 Jun 2019 15:59:22 +1000 Subject: [PATCH] comments --- stanza | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stanza b/stanza index 75c3fa8..7863f9d 100755 --- a/stanza +++ b/stanza @@ -35,7 +35,7 @@ def debug(line): debug(pformat(args)) -# Set up the file handle, or stdin +# Set up the file handle, or stdin -- note that this will close stdin, so anything after 'with' will not get input with open(cmd.filename,'r') if cmd.filename else sys.stdin as handle: # Go over the handle, line by line for line in handle: