Skip to content

Commit

Permalink
Amend type call error after using AiiDAConfigDir (#6646)
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz authored Dec 2, 2024
1 parent 835d13b commit dbdc36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/manage/tests/pytest_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def aiida_instance(
if configuration.CONFIG is not None:
reset = True
current_config = configuration.CONFIG
current_config_path = current_config.dirpath
current_config_path = pathlib.Path(current_config.dirpath)
current_profile = configuration.get_profile()
current_path_variable = os.environ.get(settings.DEFAULT_AIIDA_PATH_VARIABLE, None)

Expand Down

0 comments on commit dbdc36c

Please sign in to comment.