Skip to content

Commit 3c436b8

Browse files
committed
comment update
1 parent 4a1a04c commit 3c436b8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

megadetector/postprocessing/convert_output_format.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,11 @@ def convert_csv_to_json(input_path,output_path=None,overwrite=True):
365365

366366
#%% Command-line driver
367367

368-
def main(): # noqa
368+
def main():
369+
"""
370+
Command-line driver for convert_output_format(), which converts
371+
json <--> csv.
372+
"""
369373

370374
parser = argparse.ArgumentParser()
371375
parser.add_argument('input_path',type=str,

0 commit comments

Comments
 (0)