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] authored and GeigerJ2 committed Nov 5, 2024
1 parent d74bcb8 commit a372ad6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/aiida/orm/nodes/data/code/installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,7 @@ def validate_filepath_executable(self):
)

if not user_has_execute:
execute_msg = (
f'File `{self.filepath_executable}` exists, '
'but might not actually be executable.'
)
execute_msg = f'File `{self.filepath_executable}` exists, ' 'but might not actually be executable.'
raise exceptions.ValidationError(execute_msg)

def can_run_on_computer(self, computer: Computer) -> bool:
Expand Down

0 comments on commit a372ad6

Please sign in to comment.