We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e850d83 commit c193400Copy full SHA for c193400
1 file changed
README.md
@@ -64,8 +64,9 @@ translator.gather_results(out_path)
64
translator.prepare_final_xml
65
66
# write results to xml
67
-save_file = File.join(out_path, 'results.xml')
68
-translator.save_xml(save_file)
+# default file name is 'results.xml'
+file_name = 'abc-123.xml'
69
+translator.save_xml(file_name)
70
```
71
## Testing
72
0 commit comments