Loading bin/image_match.py +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ def parse_arguments(): parser.add_argument('input_file', action='store', help='Provide the name of the file list/adjacency list') parser.add_argument('output_file', action='store', help='Provide the name of the output file.') args = parser.parse_args() return args def match_images(args, config_dict): Loading Loading
bin/image_match.py +0 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,6 @@ def parse_arguments(): parser.add_argument('input_file', action='store', help='Provide the name of the file list/adjacency list') parser.add_argument('output_file', action='store', help='Provide the name of the output file.') args = parser.parse_args() return args def match_images(args, config_dict): Loading