diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-17 19:47:01 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-01-17 19:47:01 +0000 |
commit | 06ec17c5e65d03ffd14a60ce89fe71234eb81c8a (patch) | |
tree | 89f52069d6b39b387f8644cd83a4f70c02180e58 /examplerun.bat | |
parent | 37236fdc957f5900f6a4bbffbff6ccc07d412c44 (diff) | |
download | Smarker-06ec17c5e65d03ffd14a60ce89fe71234eb81c8a.tar.gz Smarker-06ec17c5e65d03ffd14a60ce89fe71234eb81c8a.zip |
added getting class inheritance tree, getting method args nicely, fixed bug with importing too many modules
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 5252460..8ddbc7d 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 json +python .\mark.py -s 100301654.zip -a .\ExampleAssessments\example.yml -f yaml rm 100301654.zip
\ No newline at end of file |