dixudx / dixudx/rtcclient

Error while adding a new child to a workitem

Open
#97 2 comments 0 reactions 0 assignees View on GitHub
duplicate
Dominant language
Python
Stars
40
Forks
44
PR merge metrics
No merged PRs in 30d

Description

```
client = RTCClient(server, username = username, password = password, ends_with_jazz = True)
workitem = client.getWorkitem(133350)

workitem.addChild(133451)
```

the code works fine until getting a workitem, and when I try to add a child to it, I get the below error.

`'NoneType' object is not iterable`

I can assure that the workitem I am willing to add as a child already exists.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.