Skip to content

Commit 19c355c

Browse files
author
Cody Baker
committed
improve docstring
1 parent 671c008 commit 19c355c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

nwbinspector/nwbinspector.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def copy_check(function):
7474
7575
Required to ensure our configuration of functions in the registry does not effect the registry itself.
7676
77-
Also copies the wrapper for auto-parsing ressults, see ???.
77+
Also copies the wrapper for auto-parsing ressults,
78+
see https://github.com/NeurodataWithoutBorders/nwbinspector/pull/218 for explanation.
7879
7980
Taken from
8081
https://stackoverflow.com/questions/6527633/how-can-i-make-a-deepcopy-of-a-function-in-python/30714299#30714299
@@ -168,10 +169,7 @@ def configure_checks(
168169
@click.argument("path")
169170
@click.option("--modules", help="Modules to import prior to reading the file(s).")
170171
@click.option(
171-
"--report-file-path",
172-
default=None,
173-
help="Save path for the report file.",
174-
type=click.Path(writable=True),
172+
"--report-file-path", default=None, help="Save path for the report file.", type=click.Path(writable=True),
175173
)
176174
@click.option("--overwrite", help="Overwrite an existing report file at the location.", is_flag=True)
177175
@click.option("--levels", help="Comma-separated names of InspectorMessage attributes to organize by.")

0 commit comments

Comments
 (0)