Skip to content

Commit

Permalink
fixed for panda server on almalinux9
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaeno committed Mar 3, 2023
1 parent 5e83e44 commit 8c00659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/lib/idds/common/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def get_config():

if not __HAS_CONFIG:
local_cfg = get_local_cfg_file()
if os.path.exists(local_cfg):
if local_cfg and os.path.exists(local_cfg):
__CONFIG.read(local_cfg)
__HAS_CONFIG = True
else:
Expand Down

0 comments on commit 8c00659

Please sign in to comment.