diff --git a/artiq/frontend/artiq_ddb_template.py b/artiq/frontend/artiq_ddb_template.py index 42466d541..a625a2fc7 100755 --- a/artiq/frontend/artiq_ddb_template.py +++ b/artiq/frontend/artiq_ddb_template.py @@ -353,7 +353,7 @@ def main(): satellites = [] for destination, description in args.satellite: with open(description, "r") as f: - satellites.append((destination, json.load(f))) + satellites.append((int(destination, 0), json.load(f))) if args.output is not None: with open(args.output, "w") as f: