Skip to content

Commit

Permalink
Merge pull request #88 from tmaeno/master
Browse files Browse the repository at this point in the history
AttributeError: 'ATLASPandaWork' object has no attribute 'pandacache_url'
  • Loading branch information
wguanicedew authored Jul 13, 2022
2 parents 1775540 + c917cf6 commit e7ff5de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions atlas/lib/idds/atlas/workflowv2/atlaspandawork.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ def load_panda_urls(self):
self.panda_url = None
self.panda_url_ssl = None
self.panda_monitor = None
self.pandacache_url = None
self.panda_verify_host = None
self.panda_auth = None
self.panda_auth_vo = None
self.panda_config_root = None

if panda_config.has_section('panda'):
if panda_config.has_option('panda', 'panda_monitor_url'):
Expand Down
2 changes: 2 additions & 0 deletions doma/lib/idds/doma/workflowv2/domapandawork.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def load_panda_urls(self):
self.panda_auth = None
self.panda_auth_vo = None
self.panda_config_root = None
self.pandacache_url = None
self.panda_verify_host = None

if panda_config.has_section('panda'):
if panda_config.has_option('panda', 'panda_monitor_url'):
Expand Down

0 comments on commit e7ff5de

Please sign in to comment.