Skip to content

Commit

Permalink
Merge pull request easybuilders#4505 from Flamefire/fix-log
Browse files Browse the repository at this point in the history
Fix typo in patch_step logging
  • Loading branch information
smoors authored Apr 17, 2024
2 parents 73e917c + 4232136 commit f0fcdbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/framework/easyblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2607,7 +2607,7 @@ def patch_step(self, beginpath=None, patches=None):
copy_patch = 'copy' in patch and 'sourcepath' not in patch

self.log.debug("Source index: %s; patch level: %s; source path suffix: %s; copy patch: %s",
srcind, level, srcpathsuffix, copy)
srcind, level, srcpathsuffix, copy_patch)

if beginpath is None:
try:
Expand Down

0 comments on commit f0fcdbc

Please sign in to comment.