We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f97e6 commit 7a2aaf1Copy full SHA for 7a2aaf1
codetta.py
@@ -520,7 +520,7 @@ def write_outputs(self, gen_code_preconv):
520
"""
521
with open(self.inference_file, 'a') as of:
522
# write parameters
523
- of.write('# Analysis arguments\n# arguments\n')
+ of.write('# Analysis arguments\n')
524
of.write('prefix %s\n' % self.prefix)
525
of.write('output_summary %s\n' % self.summary_file)
526
of.write('evalue_threshold %s\n' % str(self.e_value_threshold))
0 commit comments