Skip to content

Commit

Permalink
" and ' mixing
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Apr 27, 2024
1 parent 31514bb commit 5202f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def main(args=None, logfile=None, do_build=None, testing=False, modtool=None, pr

# compare running Framework and EasyBlocks versions
if 'UNKNOWN' in EASYBLOCKS_VERSION:
print_msg('Unable to determine EasyBlocks version, so we'll assume it is not different from Framework')
print_msg("Unable to determine EasyBlocks version, so we'll assume it is not different from Framework")
elif different_major_versions(FRAMEWORK_VERSION, EASYBLOCKS_VERSION):
raise EasyBuildError("Framework (%s) and EasyBlock (%s) major versions are different." % (FRAMEWORK_VERSION,
EASYBLOCKS_VERSION))
Expand Down

0 comments on commit 5202f07

Please sign in to comment.