diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-24 15:30:01 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-24 15:30:01 +0000 |
commit | ddb758a780c74d95d2c6bfc00d50fc7a04de7d34 (patch) | |
tree | a54a0f0218ce287257ee6db7c2d8642ef150932d /examplerun.bat | |
parent | 3313a936debe04c733b3003858724de17cfcd7de (diff) | |
download | Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.tar.gz Smarker-ddb758a780c74d95d2c6bfc00d50fc7a04de7d34.zip |
switched to jinja for making test files. made it only test files without errors.
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 6ca9a04..338908c 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 yaml
+python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml
rm 100301654.zip
\ No newline at end of file |