Skip to content

Commit

Permalink
Appease hound
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrice Peterson committed Sep 4, 2024
1 parent 29bcd1c commit b8103e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easybuild/tools/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b8103e1

Please sign in to comment.