mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
parent
8ba609e516
commit
ee4681df10
@ -560,9 +560,7 @@ class Grass7Algorithm(GeoAlgorithm):
|
||||
return command
|
||||
|
||||
def getTempFilename(self):
|
||||
filename = 'tmp' + str(time.time()).replace('.', '') \
|
||||
+ str(system.getNumExportedLayers())
|
||||
return filename
|
||||
return system.getTempFilename()
|
||||
|
||||
def commandLineName(self):
|
||||
return 'grass7:' + self.name[:self.name.find(' ')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user