Skip to content

Commit 39540f4

Browse files
committed
fix circular
1 parent ea8d35c commit 39540f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swagger_py_codegen/parser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def get_definition_refs():
100100
}
101101
if not ready:
102102
continue
103-
msg = '$ref circular references found!\n'
104-
raise ValueError(msg)
103+
#msg = '$ref circular references found!\n'
104+
#raise ValueError(msg)
105105
for definition in ready:
106106
del definition_refs[definition]
107107
for refs in six.itervalues(definition_refs):

0 commit comments

Comments
 (0)