We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6062bb5 commit 3d14a56Copy full SHA for 3d14a56
idc/settings.py
@@ -159,6 +159,9 @@
159
print("[ERROR] While trying to set local/developer git version: ")
160
print(e)
161
VERSION = "{}.{}.{}".format("local-dev", datetime.datetime.now().strftime('%Y%m%d%H%M'), "unavailable")
162
+ else:
163
+ print("[ERROR] Application version file not found for test/prod deployment! Exiting...")
164
+ exit(1)
165
166
APP_VERSION = os.environ.get("APP_VERSION", VERSION)
167
0 commit comments