change replace char to empty

This commit is contained in:
Kanahiro 2022-07-20 13:03:57 +09:00
parent 563767971e
commit b417842d38

View File

@ -398,7 +398,7 @@ class Grass7Utils:
try:
return stdout.readline()
except Exception as e:
return '???' # replaced-text
return '' # replaced-text
with subprocess.Popen(
command,