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 23343ee commit abb9ebbCopy full SHA for abb9ebb
eb_hooks.py
@@ -72,12 +72,12 @@
72
orig_print_warning = print_warning
73
74
def print_msg(*args, **kwargs):
75
- if not build_option('terse'):
+ if EASYBUILD_VERSION < '4.9.1' or not build_option('terse'):
76
orig_print_msg(*args, **kwargs)
77
78
-
+
79
def print_warning(*args, **kwargs):
80
81
orig_print_warning(*args, **kwargs)
82
83
0 commit comments