Skip to content
Snippets Groups Projects

Improve help message response for CLI

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -77,7 +77,7 @@ def submit_batch(**kwargs):
def convert_to_parquet() -> None:
args = parse_args()
from ..policy import convert
from ..policy.convert import convert
if args['output_dir'] is None:
args['output_dir'] = args['input'].parent.joinpath('parquet')
Loading