Skip to content

Commit

Permalink
remove exit() call on missing token so tests can run in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
LTDakin committed Aug 30, 2024
1 parent 127eabf commit 49b421c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datalab/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ def get_list_from_env(variable, default=None):
ARCHIVE_API_TOKEN = os.getenv('ARCHIVE_API_TOKEN')
if not ARCHIVE_API_TOKEN:
print("WARNING: ARCHIVE_API_TOKEN is missing from the environment.")
exit()

# Database
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases
Expand Down

0 comments on commit 49b421c

Please sign in to comment.