mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-19 04:54:10 +02:00
Bug Fixes & Automated Testing - remove_failed_imports.py #patch
This commit is contained in:
@@ -2,3 +2,4 @@ import os
|
||||
IS_IN_DOCKER = os.environ.get('IS_IN_DOCKER')
|
||||
IMAGE_TAG = os.environ.get('IMAGE_TAG', 'Local')
|
||||
SHORT_COMMIT_ID = os.environ.get('SHORT_COMMIT_ID', 'n/a')
|
||||
IS_IN_PYTEST = os.environ.get('IS_IN_PYTEST')
|
||||
Reference in New Issue
Block a user