mirror of https://github.com/python/cpython.git
Comment out confusing write call.
This commit is contained in:
parent
29fb54f0ca
commit
b0f99a62d7
|
@ -372,7 +372,7 @@ def main():
|
|||
except:
|
||||
sys.stderr.write('An error occurred:-)\n')
|
||||
sys.exit(1)
|
||||
genmodule.write(sys.stdout, m)
|
||||
##genmodule.write(sys.stdout, m)
|
||||
else:
|
||||
sys.stderr.write('Usage: modulator [file]\n')
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Reference in New Issue