Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Khosravi <[email protected]>
  • Loading branch information
GeigerJ2 and khsrali committed Nov 5, 2024
1 parent 0f02d91 commit d74bcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida/orm/nodes/data/code/installed.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def validate_filepath_executable(self):

if not user_has_execute:
execute_msg = (
f'The executable at the remote absolute path `{self.filepath_executable}` exists, '
f'File `{self.filepath_executable}` exists, '
'but might not actually be executable.'
)
raise exceptions.ValidationError(execute_msg)
Expand Down

0 comments on commit d74bcb8

Please sign in to comment.