Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Feb 25, 2022
1 parent 72bd2fc commit af31949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/deflex/__init__.py
Expand Up @@ -27,7 +27,7 @@
from deflex.scenario import DeflexScenario, NodeDict, Scenario # noqa: F401
from deflex.scenario_tools.example_files import ( # noqa: F401
TEST_PATH,
download_full_examples,
fetch_full_examples,
fetch_published_figures_example_files,
fetch_test_files,
)
Expand Down
2 changes: 1 addition & 1 deletion src/deflex/console_scripts.py
Expand Up @@ -90,7 +90,7 @@ def main():

args = parser.parse_args()

deflex.use_logging()
deflex.tools.logger.use_logging()

deflex.scripts.model_scenario(**vars(args))

Expand Down

0 comments on commit af31949

Please sign in to comment.