Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 12, 2023
1 parent 3c65d78 commit 9bc86b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/engine/daemon/execmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def kill_calculation(calculation: CalcJobNode, transport: Transport) -> None:

def retrieve_files_from_list(
calculation: CalcJobNode, transport: Transport, folder: str, retrieve_list: List[Union[str, Tuple[str, str, int],
list]]
list]]
) -> None:
"""
Retrieve all the files in the retrieve_list from the remote into the
Expand Down

0 comments on commit 9bc86b2

Please sign in to comment.