Skip to content

Commit 7a2aaf1

Browse files
committed
Clarified inference output file
1 parent 32f97e6 commit 7a2aaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codetta.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def write_outputs(self, gen_code_preconv):
520520
"""
521521
with open(self.inference_file, 'a') as of:
522522
# write parameters
523-
of.write('# Analysis arguments\n# arguments\n')
523+
of.write('# Analysis arguments\n')
524524
of.write('prefix %s\n' % self.prefix)
525525
of.write('output_summary %s\n' % self.summary_file)
526526
of.write('evalue_threshold %s\n' % str(self.e_value_threshold))

0 commit comments

Comments
 (0)