break endless loop
This commit is contained in:
parent
c748bca228
commit
e52e90dd89
1 changed files with 1 additions and 0 deletions
|
@ -1213,6 +1213,7 @@ def _parse_go_mod(f):
|
||||||
while line:
|
while line:
|
||||||
parts = line.strip().split(" ")
|
parts = line.strip().split(" ")
|
||||||
if not parts or parts == [""]:
|
if not parts or parts == [""]:
|
||||||
|
line = readline()
|
||||||
continue
|
continue
|
||||||
if len(parts) == 2 and parts[1] == "(":
|
if len(parts) == 2 and parts[1] == "(":
|
||||||
line = readline()
|
line = readline()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue