mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Fix coding style issue in .gitlab-ci/check-missing-install-tag.py
This commit is contained in:
parent
0f471fabfb
commit
da178b1938
@ -22,7 +22,7 @@ def main():
|
|||||||
for target in install_plan.values():
|
for target in install_plan.values():
|
||||||
for info in target.values():
|
for info in target.values():
|
||||||
if not info["tag"]:
|
if not info["tag"]:
|
||||||
print('Missing install_tag for', info["destination"])
|
print("Missing install_tag for", info["destination"])
|
||||||
success = False
|
success = False
|
||||||
return 0 if success else 1
|
return 0 if success else 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user