diff --git a/easybuild/tools/options.py b/easybuild/tools/options.py index 4ff6300a26..a79c458a42 100644 --- a/easybuild/tools/options.py +++ b/easybuild/tools/options.py @@ -216,8 +216,8 @@ class EasyBuildOptions(GeneralOption): if 'XDG_CONFIG_DIRS' not in os.environ: old_etc_location = os.path.join('/etc', 'easybuild.d') if os.path.isdir(old_etc_location) and glob.glob(os.path.join(old_etc_location, '*.cfg')): - _log.deprecated(f"Using {old_etc_location} is deprecated. Please use /etc/xdg/easybuild.d " - "instead or add /etc to XDG_CONFIG_DIRS", '6.0') + _log.deprecated(f"Using {old_etc_location} is deprecated. Please use " + "/etc/xdg/easybuild.d instead or add /etc to XDG_CONFIG_DIRS", '6.0') if os.path.exists(DEFAULT_USER_CFGFILE): DEFAULT_CONFIGFILES.append(DEFAULT_USER_CFGFILE)