new insructions
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
All checks were successful
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
This commit is contained in:
parent
78ecefbf07
commit
37eb93d111
@ -28,6 +28,7 @@ def main():
|
|||||||
f"{HOST}/api/packages/{OWNER}/generic/{PKG_NAME}/{PKG_VERSION}"
|
f"{HOST}/api/packages/{OWNER}/generic/{PKG_NAME}/{PKG_VERSION}"
|
||||||
)
|
)
|
||||||
result.raise_for_status()
|
result.raise_for_status()
|
||||||
|
# pylint: disable=broad-except
|
||||||
except Exception:
|
except Exception:
|
||||||
# Intentionally Overlook Issues Here
|
# Intentionally Overlook Issues Here
|
||||||
print("No package to delete.")
|
print("No package to delete.")
|
||||||
|
Loading…
Reference in New Issue
Block a user