dev/add-package-publisher #16
@ -28,6 +28,7 @@ def main():
|
||||
f"{HOST}/api/packages/{OWNER}/generic/{PKG_NAME}/{PKG_VERSION}"
|
||||
)
|
||||
result.raise_for_status()
|
||||
# pylint: disable=broad-except
|
||||
except Exception:
|
||||
# Intentionally Overlook Issues Here
|
||||
print("No package to delete.")
|
||||
@ -43,4 +44,4 @@ def main():
|
||||
result.raise_for_status()
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user