Skip to content

Commit a7bdee4

Browse files
committed
Fix forgotten renaming of 'l' to 'char'
1 parent 20808ff commit a7bdee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/include.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
for subdir in subdirs:
7373
__path__ = pkgutil.extend_path(__path__, '%s.%s' % (__name__, subdir))
7474
75-
del l, subdir, subdirs
75+
del char, subdir, subdirs
7676
7777
__path__ = __import__('pkgutil').extend_path(__path__, __name__)
7878
"""

0 commit comments

Comments
 (0)