Skip to content
Snippets Groups Projects
Commit ac4aff6f authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Updated reading from stdin comment

parent 55be9ec1
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ def main(): ...@@ -118,7 +118,7 @@ def main():
if args.infile != None: if args.infile != None:
iagaFile = open(args.infile, 'r').read() iagaFile = open(args.infile, 'r').read()
else: else:
print >> sys.stderr, 'Input set to recieve data from command Line.' print >> sys.stderr, 'Reading iaga2002 format from STDIN'
iagaFile = sys.stdin.read() iagaFile = sys.stdin.read()
factory = iaga2002.IAGA2002Factory(None) factory = iaga2002.IAGA2002Factory(None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment