We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40d7a2 commit 3181d3aCopy full SHA for 3181d3a
1 file changed
other/pack.py
@@ -38,7 +38,7 @@ def get_description(path):
38
line = line.decode('utf-8').strip()
39
if '"""' in line or "'''" in line:
40
while line.strip('\n\t\r \'\"') == '':
41
- line = mf.next()
+ line = next(mf)
42
43
return line
44
0 commit comments