Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0f99a6

Browse files
committed
Comment out confusing write call.
1 parent 29fb54f commit b0f99a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/modulator/modulator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def main():
372372
except:
373373
sys.stderr.write('An error occurred:-)\n')
374374
sys.exit(1)
375-
genmodule.write(sys.stdout, m)
375+
##genmodule.write(sys.stdout, m)
376376
else:
377377
sys.stderr.write('Usage: modulator [file]\n')
378378
sys.exit(1)

0 commit comments

Comments
 (0)