Skip to content

Commit

Permalink
Transfers: Fix unit test failure. rucio#570
Browse files Browse the repository at this point in the history
  • Loading branch information
bbockelm committed Feb 7, 2018
1 parent 2e159e4 commit ab26e7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rucio/rse/protocols/protocol.py
Expand Up @@ -104,8 +104,7 @@ def _module_init_(cls):
"""
cls.register(cls.__hash, "hash")
cls.register(cls.__identity, "identity")
if config.config_has_section('policy'):
policy_module = None
policy_module = None
try:
policy_module = config.config_get('policy', 'lfn2pfn_module')
except (NoOptionError, NoSectionError):
Expand Down

0 comments on commit ab26e7b

Please sign in to comment.