We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf1e23 commit 8673463Copy full SHA for 8673463
system/autoware_version/script/print
@@ -6,7 +6,7 @@ parser = argparse.ArgumentParser()
6
parser.add_argument("target", choices=["arch"])
7
parser.add_argument("format", choices=["full", "type", "version"], default="full", nargs="?")
8
args = parser.parse_args()
9
-data = {"arch": {"type": "tier4/proposal", "version": "1.0.0"}}
+data = {"arch": {"type": "universe", "version": "1.0.0"}}
10
11
if args.format == "full":
12
print("{type} {version}".format(**data[args.target]))
0 commit comments