Skip to content

Commit

Permalink
Load custom containers from correct module (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Jun 19, 2019
1 parent 1ba68f2 commit 6aac77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_config/_config_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def clean_configuration(self):
self._config_folder
)

self.assets.update(getattr(standard_containers,
self.assets.update(getattr(module,
container_name).ASSETS)

@property
Expand Down

0 comments on commit 6aac77f

Please sign in to comment.