Skip to content

Commit ed168a5

Browse files
committed
Fix skip check to actually work for non-broken drafts
- Legacy-Id: 3867
1 parent 2dc118c commit ed168a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

redesign/importing/import-docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ def import_from_idinternal(d, idinternal):
823823
new_s = State.objects.get(type="draft-stream-%s" % d.stream_id, name=s.name)
824824

825825
# fix some bugs in the old data
826+
skip = False
826827
if s.name == "WG Document" and d.group.type_id == "individ":
827828
skip = True
828829

0 commit comments

Comments
 (0)