Skip to content

Commit c193400

Browse files
committed
update README
1 parent e850d83 commit c193400

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ translator.gather_results(out_path)
6464
translator.prepare_final_xml
6565

6666
# write results to xml
67-
save_file = File.join(out_path, 'results.xml')
68-
translator.save_xml(save_file)
67+
# default file name is 'results.xml'
68+
file_name = 'abc-123.xml'
69+
translator.save_xml(file_name)
6970
```
7071
## Testing
7172

0 commit comments

Comments
 (0)