aboutsummaryrefslogtreecommitdiffstats
path: root/host/python
diff options
context:
space:
mode:
Diffstat (limited to 'host/python')
-rwxr-xr-xhost/python/uhd/imgbuilder/image_builder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/python/uhd/imgbuilder/image_builder.py b/host/python/uhd/imgbuilder/image_builder.py
index 84fc79798..626d1bbf7 100755
--- a/host/python/uhd/imgbuilder/image_builder.py
+++ b/host/python/uhd/imgbuilder/image_builder.py
@@ -508,8 +508,8 @@ def convert_to_image_config(grc, grc_config_path):
"schema": "rfnoc_imagebuilder",
"copyright": "Ettus Research, A National Instruments Brand",
"license": "SPDX-License-Identifier: LGPL-3.0-or-later",
- "version": 1.0,
- "rfnoc_version": 1.0}
+ "version": "1.0",
+ "rfnoc_version": "1.0"}
# for param in [item for item in grc["blocks"] if item["id"] == "parameter"]:
# result[param["name"]] = {
# "str": lambda value: str,