This commit is contained in:
Kanahiro 2022-08-14 00:29:29 +09:00
parent 3690e65048
commit e3a89bf794

View File

@ -384,7 +384,6 @@ class Grass7Utils:
if sys.version_info >= (3, 6):
kw['encoding'] = "cp{}".format(Grass7Utils.getWindowsCodePage())
def readline_with_recover(stdout):
"""A method wrapping stdout.readline() with try-except recovering.
detailed in https://github.com/qgis/QGIS/pull/49226