Split utils.py into package

This commit is contained in:
rubenwardy
2021-01-30 18:25:00 +00:00
parent b22ef5ae83
commit b3237b0c49
7 changed files with 377 additions and 297 deletions

View File

@@ -346,7 +346,7 @@ def check_update_config_impl(package):
rel.task_id = uuid()
db.session.add(rel)
msg = "Created release {} (Git Update Config)".format(rel.title)
msg = "Created release {} (Git Update Detection)".format(rel.title)
addSystemAuditLog(AuditSeverity.NORMAL, msg, package.getDetailsURL(), package)
db.session.commit()