Skip to content

Commit 13cec30

Browse files
committed
Fix bug in StreamedId proxy
- Legacy-Id: 3708
1 parent a8e219e commit 13cec30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/ietfworkflows/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Dummy: pass
1313
o.draft = draft
1414
o.stream = super(InternetDraft, draft).stream
1515
o.group = draft.group
16-
o.get_group = lambda x: draft.group
16+
o.get_group = lambda: draft.group
1717
return o
1818

1919
if not draft:

0 commit comments

Comments
 (0)