Skip to content
Snippets Groups Projects
Commit ad388014 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-800: Avoid spurious errors

parent 38510450
No related branches found
No related tags found
1 merge request!342Resolve L2SS-800 "Support dts outside"
......@@ -52,6 +52,7 @@ if __name__ == "__main__":
# import
if args.write:
objects = json.load(sys.stdin)
if "objects" in objects:
write_objects(objects["objects"])
# export
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment