diff options
Diffstat (limited to 'host/utils/bin')
-rwxr-xr-x | host/utils/bin/rfnoc_image_builder | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/utils/bin/rfnoc_image_builder b/host/utils/bin/rfnoc_image_builder index 731fad0b2..e221787c1 100755 --- a/host/utils/bin/rfnoc_image_builder +++ b/host/utils/bin/rfnoc_image_builder @@ -67,8 +67,8 @@ def setup_parser(): parser.add_argument( "-I", "--include-dir", help="Path directory of the RFNoC Out-of-Tree module", - nargs='+', - default=None) + action='append', default=[] + ) parser.add_argument( "-b", "--grc-blocks", help="Path directory of GRC block descriptions (needed for --grc-config only)", |