We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6454d8a commit d6fcf57Copy full SHA for d6fcf57
scrumdo.py
@@ -44,7 +44,7 @@ def __init__(self, story_json):
44
self.permalink = "https://app.scrumdo.com/projects/story_permalink/{}"\
45
.format(story_json["id"])
46
self.tags = get_strings(story_json["tags"])
47
- self.labels = "".join(get_strings(l["name"]) for l
+ self.labels = "\n\t".join(get_strings(l["name"]) for l
48
in story_json["labels"])
49
50
def print_story(self):
0 commit comments