Skip to content

Commit

Permalink
Merge branch 'fix-windows-running' of github.com:lainme/aiida-core in…
Browse files Browse the repository at this point in the history
…to fix-windows-running
  • Loading branch information
lainme committed Feb 5, 2025
2 parents cb43ffa + b18cef8 commit 2ae7912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/cmdline/commands/cmd_presto.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def detect_postgres_config(
'database_name': database_name,
'database_username': database_username,
'database_password': database_password,
'repository_uri': pathlib.Path(f'{aiida_config_folder / "repository" / profile_name}').as_uri()
'repository_uri': pathlib.Path(f'{aiida_config_folder / "repository" / profile_name}').as_uri(),
}


Expand Down

0 comments on commit 2ae7912

Please sign in to comment.