Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
production
building-knowledge-centre
building-dao
Commits
31bc2b82
Commit
31bc2b82
authored
Oct 15, 2020
by
unknown
Browse files
correct log
parent
f2b87f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
building_dao/settings.py
building_dao/settings.py
+1
-1
No files found.
building_dao/settings.py
View file @
31bc2b82
...
...
@@ -12,7 +12,7 @@ class Settings:
registry
=
kwargs
.
get
(
"registry"
)
if
not
registry
:
self
.
logger
.
warning
(
"Registry is not set when
calling
initializing Building. Calling registry..."
)
self
.
logger
.
warning
(
"Registry is not set when initializing Building. Calling registry..."
)
registry
=
MaxIcsRegistry
.
from_env
(
staging
=
staging
)
building_center_info
=
registry
.
get_info
(
"building-knowledge-information-center"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment