Skip to content

Commit 9a44bca

Browse files
committed
fix trivial code style issue
1 parent 4e938be commit 9a44bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/systemtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
HAVE_DISTRO = True
5656
except ImportError as err:
5757
_log.debug("Failed to import 'distro' Python module: %s", err)
58-
HAVE_DISTRO = False
58+
HAVE_DISTRO = False
5959

6060

6161
# Architecture constants

0 commit comments

Comments
 (0)