Skip to content

Commit 8362b87

Browse files
committed
fix dictionary for papi job
1 parent 5a39e0c commit 8362b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_caller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from papipyplug import parse_input, plugin_logger, print_results
99

10-
PLUGIN_PARAMS = {"required": ["in_prefix", "crs", "out_prefix"]}
10+
PLUGIN_PARAMS = {"required": ["in_prefix", "crs", "out_prefix"], "optional": []}
1111

1212
if __name__ == "__main__":
1313
plugin_logger()

0 commit comments

Comments
 (0)