mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-04 00:06:46 -05:00
change replace char to empty
This commit is contained in:
parent
563767971e
commit
b417842d38
@ -398,7 +398,7 @@ class Grass7Utils:
|
||||
try:
|
||||
return stdout.readline()
|
||||
except Exception as e:
|
||||
return '???' # replaced-text
|
||||
return '' # replaced-text
|
||||
|
||||
with subprocess.Popen(
|
||||
command,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user