diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-21 16:25:57 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-02-21 16:25:57 +0000 |
commit | 3e5d53b94cb535071ee0e4135de0f7d191cf26dc (patch) | |
tree | c84b0b8a739afc4d9480af061ce642b046751b0b /examplerun.bat | |
parent | c54a8630faa8e1c597d598bf7497d724efb0fb18 (diff) | |
download | Smarker-3e5d53b94cb535071ee0e4135de0f7d191cf26dc.tar.gz Smarker-3e5d53b94cb535071ee0e4135de0f7d191cf26dc.zip |
removed \rs for cross platform compatibility
Diffstat (limited to 'examplerun.bat')
-rw-r--r-- | examplerun.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examplerun.bat b/examplerun.bat index 3364a63..d595bca 100644 --- a/examplerun.bat +++ b/examplerun.bat @@ -1,3 +1,3 @@ zip -r 100301654.zip .\ExampleSubmission\
-python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f md -o auto
+python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f md -o auto --md_show_all_run_output True
rm 100301654.zip
\ No newline at end of file |