Content-Length: 283314 | pFad | https://github.com/googleapis/google-cloud-python/commit/3e1257237699b504a68ea9f6a422e6316f01a7c5

C4 fix(asset): correct asset synthfile (#10355) · googleapis/google-cloud-python@3e12572 · GitHub
Skip to content

Commit 3e12572

Browse files
authored
fix(asset): correct asset synthfile (#10355)
1 parent e751df7 commit 3e12572

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

asset/synth.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
for version in versions:
3030
if version == "v1p1beta1":
3131
config_path = "/google/cloud/asset/v1p1beta1/artman_cloudasset_v1p1beta1.yaml"
32-
artman_output_name = f"cloudasset-{version}"
3332
else:
3433
config_path = f"/google/cloud/asset/artman_cloudasset_{version}.yaml"
35-
artman_output_name=f"asset-{version}"
3634
library = gapic.py_library(
3735
"asset",
3836
version,
3937
config_path=config_path,
40-
artman_output_name=artman_output_name,
38+
artman_output_name=f"asset-{version}",
4139
include_protos=True,
4240
)
4341

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-python/commit/3e1257237699b504a68ea9f6a422e6316f01a7c5

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy