mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Comment out confusing write call.
This commit is contained in:
parent
29fb54f0ca
commit
b0f99a62d7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue