mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
pylint
This commit is contained in:
@@ -191,7 +191,6 @@ they appear in the batchfile.
|
|||||||
self.env.revert_onces()
|
self.env.revert_onces()
|
||||||
self.env.clear_file_keys()
|
self.env.clear_file_keys()
|
||||||
|
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|
||||||
self.env.set_file_keys(line)
|
self.env.set_file_keys(line)
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
mfbatch util - utility functions
|
mfbatch util - utility functions
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
def readline_with_escaped_newlines(f):
|
def readline_with_escaped_newlines(f):
|
||||||
"""
|
"""
|
||||||
A readline line generator, except lines ending with a backslash will be
|
A readline line generator, except lines ending with a backslash will be
|
||||||
@@ -22,6 +23,5 @@ def readline_with_escaped_newlines(f):
|
|||||||
line = line[:-1]
|
line = line[:-1]
|
||||||
continue
|
continue
|
||||||
|
|
||||||
else:
|
|
||||||
yield line, line_no
|
yield line, line_no
|
||||||
line = ''
|
line = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user