We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e0312 commit 59cd435Copy full SHA for 59cd435
src/iop/_cli.py
@@ -144,9 +144,9 @@ def _handle_migrate(self) -> None:
144
145
def _handle_log(self) -> None:
146
if self.args.log == 'not_set':
147
- print(_Director.log_production_top())
+ print(_Director.log_production())
148
else:
149
- print(_Director.log_production(self.args.log))
+ print(_Director.log_production_top(self.args.log))
150
151
def _handle_init(self) -> None:
152
_Utils.setup(None)
0 commit comments