We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0779426 commit 9ea74ffCopy full SHA for 9ea74ff
easybuild/framework/easyblock.py
@@ -1896,7 +1896,7 @@ def patch_step(self, beginpath=None):
1896
copy_patch = 'copy' in patch and 'sourcepath' not in patch
1897
1898
self.log.debug("Source index: %s; patch level: %s; source path suffix: %s; copy patch: %s",
1899
- srcind, level, srcpathsuffix, copy)
+ srcind, level, srcpathsuffix, copy)
1900
1901
if beginpath is None:
1902
try:
0 commit comments