New Branch "f44" for "None/rust-sigul-pesign-bridge" #14

Closed
opened 2026-08-06 12:50:26 +00:00 by jcline · 2 comments
{
 "action": "new_branch",
 "branch": "f44",
 "namespace": null,
 "repo": "rust-sigul-pesign-bridge",
 "create_git_branch": true
}
``` { "action": "new_branch", "branch": "f44", "namespace": null, "repo": "rust-sigul-pesign-bridge", "create_git_branch": true } ```
Member

Error happened during processing:

Traceback (most recent call last):
  File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 261, in process
    self.process_ticket(issue)
  File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 431, in process_ticket
    self.create_new_branch(issue, issue_body)
  File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 863, in create_new_branch
    namespace = issue_body_json.get("namespace", "").strip()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'strip'

Error happened during processing: ``` Traceback (most recent call last): File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 261, in process self.process_ticket(issue) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 431, in process_ticket self.create_new_branch(issue, issue_body) File "/opt/app-root/src/toddlers/plugins/scm_request_processor.py", line 863, in create_new_branch namespace = issue_body_json.get("namespace", "").strip() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'strip' ```
Author

Forgot to CD into the new repo directory and it seems to have just selected one at random, but this does look like a legitimate bug in toddlers.

Forgot to CD into the new repo directory and it seems to have just selected one at random, but this does look like a legitimate bug in toddlers.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
releng/fedora-scm-requests#14
No description provided.