Skip to content

Commit

Permalink
instantiate click type
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Dec 9, 2024
1 parent 0d6910e commit a736c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniscope_io/cli/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _common_options(fn: Callable) -> Callable:
"relative to the current directory, and then if no matching file is found, "
"relative to the user `config_dir` (see `mio config --help`)."
),
type=ConfigIDOrPath,
type=ConfigIDOrPath(),
)(fn)
return fn

Expand Down

0 comments on commit a736c5b

Please sign in to comment.