Skip to content

Commit

Permalink
Corrected dev_mode to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 10, 2024
1 parent 6eb6091 commit 106e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imio/updates/update_instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# sys.path[0:0] = [
# '/srv/instances/dmsmail/src/imio.pyutils', # local
# ]
dev_mode = 2
dev_mode = 0
dev_config = {1: {"bldt": "TAGS/dmsmail3.0"}, 2: {"bldt": "dmsmail"}}
dev_buildout = dev_config.get(dev_mode, {}).get("bldt")

Expand Down

0 comments on commit 106e6e6

Please sign in to comment.