Skip to content
Snippets Groups Projects
Commit d7d7e9d4 authored by Aaron Carlisle's avatar Aaron Carlisle
Browse files

Weekly Report: Fix errors on project edits

Previously, the script would fail for example
when adding members to a project.
parent 2efd9ff4
Branches
Tags
No related merge requests found
......@@ -86,6 +86,8 @@ class PhabTransaction:
self.object_name = text_unparsed[start:end]
if self.object_type == "PHID-USER":
self.object_name = "XXX-profile-edit"
if self.object_type == "PHID-PROJ":
self.object_name = "XXX-project-edit"
# Parse action - like "added a comment to", "created", ...
end = start - 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment