Skip to content

Commit

Permalink
Update ixmp4/cli/platforms.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Huppmann <[email protected]>
  • Loading branch information
meksor and danielhuppmann authored Aug 6, 2024
1 parent 541c47c commit 4536b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixmp4/cli/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def upgrade():
)
for m in manager_conf.list_platforms():
if m.dsn.startswith("http"):
# This should probably never happen unless the manager registeres an
# This should probably never happen unless the manager registers an
# external rest platform.
utils.echo(f"Skipping '{m.name}' because it is a REST platform.")
else:
Expand Down

0 comments on commit 4536b32

Please sign in to comment.