Skip to content

Commit

Permalink
Add commented debug in exo_data.prepare_computer()
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 3, 2024
1 parent 1dd5966 commit 5dd8dad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions message_ix_models/tools/exo_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ def prepare_computer(
try:
# Instantiate a Source object to provide this data
source_obj = cls(source, deepcopy(source_kw or dict()))
# except Exception as e: # For debugging
# log.debug(repr(e))
except Exception:
pass # Class does not recognize the arguments

Expand Down

0 comments on commit 5dd8dad

Please sign in to comment.