Skip to content

Commit fd9bbcf

Browse files
author
Gabriel Monroy
committed
ignore import errors on local_settings
1 parent 1b1875b commit fd9bbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,4 @@
313313
try:
314314
from .local_settings import * # @UnusedWildImport # noqa
315315
except ImportError:
316-
print('\033[96mdeis/local_settings.py \033[91mfile not found!\033[0m')
316+
pass

0 commit comments

Comments
 (0)