mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
lint
This commit is contained in:
parent
3690e65048
commit
e3a89bf794
@ -384,7 +384,6 @@ class Grass7Utils:
|
|||||||
if sys.version_info >= (3, 6):
|
if sys.version_info >= (3, 6):
|
||||||
kw['encoding'] = "cp{}".format(Grass7Utils.getWindowsCodePage())
|
kw['encoding'] = "cp{}".format(Grass7Utils.getWindowsCodePage())
|
||||||
|
|
||||||
|
|
||||||
def readline_with_recover(stdout):
|
def readline_with_recover(stdout):
|
||||||
"""A method wrapping stdout.readline() with try-except recovering.
|
"""A method wrapping stdout.readline() with try-except recovering.
|
||||||
detailed in https://github.com/qgis/QGIS/pull/49226
|
detailed in https://github.com/qgis/QGIS/pull/49226
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user