Skip to content

Commit

Permalink
Package app update:
Browse files Browse the repository at this point in the history
- added models managers,
- added tests for package actions
- added package instance user workflow
- added zip unpacking into package instance / package source
  • Loading branch information
ZyndramZM committed Dec 17, 2023
1 parent 325bfd4 commit 5ab54b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
submit_path = pkg_path / '1' / 'prog' / 'solution.cpp'

master = BrokerMaster(DB_STRING, SUBMITS_DIR, APP_SETTINGS['delete_records'])
master.start()
master.connection.truncate_db()

master.new_submit(
Expand Down

0 comments on commit 5ab54b0

Please sign in to comment.