Skip to content

Commit

Permalink
Expand load resources
Browse files Browse the repository at this point in the history
  • Loading branch information
VoicuAWS committed Oct 26, 2023
1 parent 7380f6f commit d82d6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cid/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def load_resources(self):
''' load additional resources from command line parameters
'''
if self.get_resources('resources'):
source = get_parameters().get('resources')
source = self.get_resources('resources')
logger.info(f'Loading resources from {source}')
resources = {}
try:
Expand Down

0 comments on commit d82d6f1

Please sign in to comment.