Skip to content

Commit

Permalink
message_ix/cli.py modified
Browse files Browse the repository at this point in the history
Uncomment import  message_ix.tools.lp_diag.lpdiag
and added:
main.add_command(message_ix.tools.lp_diag.lpdiag)
  • Loading branch information
marek-iiasa committed Jul 4, 2023
1 parent 934d489 commit d3d34dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions message_ix/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import message_ix
import message_ix.tools.add_year.cli
# import message_ix.tools.lp_diag.lpdiag
import message_ix.tools.lp_diag.lpdiag

# Override the docstring of the ixmp CLI so that it masquerades as the
# message_ix CLI
Expand Down Expand Up @@ -155,7 +155,7 @@ def dl(branch, tag, path):

# Add subcommands
main.add_command(message_ix.tools.add_year.cli.main)
# main.add_command(message_ix.tools.lp_diag.cli.lpdiag)
main.add_command(message_ix.tools.lp_diag.lpdiag)

try:
import message_ix.testing.nightly
Expand Down

0 comments on commit d3d34dd

Please sign in to comment.