We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c37f6e6 commit 7bb0ecfCopy full SHA for 7bb0ecf
1 file changed
easybuild/framework/easyconfig/tools.py
@@ -736,7 +736,7 @@ def det_copy_ec_specs(orig_paths, from_pr):
736
# check files touched by PR and see if the target directory for --copy-ec
737
# corresponds to the name of one of these files;
738
# if so we should copy the specified file(s) to the current working directory,
739
- # since interpreting the last argument as target location is very unlikely incorrect in this case
+ # since interpreting the last argument as target location is very unlikely to be correct in this case
740
pr_filenames = [os.path.basename(p) for p in pr_paths]
741
if last_path in pr_filenames:
742
paths = orig_paths[:]
0 commit comments