Skip to content

Commit 9ea74ff

Browse files
committed
framework/easyblock.py: Fix typo.
1 parent 0779426 commit 9ea74ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ def patch_step(self, beginpath=None):
18961896
copy_patch = 'copy' in patch and 'sourcepath' not in patch
18971897

18981898
self.log.debug("Source index: %s; patch level: %s; source path suffix: %s; copy patch: %s",
1899-
srcind, level, srcpathsuffix, copy)
1899+
srcind, level, srcpathsuffix, copy)
19001900

19011901
if beginpath is None:
19021902
try:

0 commit comments

Comments
 (0)