[66] #931 Allow metadata to run

pull/949/head
meisnate12 3 years ago
parent c7ad9df6a5
commit 61aa56a401

@ -1 +1 @@
1.17.0-develop65 1.17.0-develop66

@ -90,7 +90,7 @@ screen_width = get_arg("PMM_WIDTH", args.width, arg_int=True)
debug = get_arg("PMM_DEBUG", args.debug, arg_bool=True) debug = get_arg("PMM_DEBUG", args.debug, arg_bool=True)
trace = get_arg("PMM_TRACE", args.trace, arg_bool=True) trace = get_arg("PMM_TRACE", args.trace, arg_bool=True)
if collections or metadata_files: if collections:
collection_only = True collection_only = True
if screen_width < 90 or screen_width > 300: if screen_width < 90 or screen_width > 300:

Loading…
Cancel
Save