mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[processing] changed log and config filenames
This commit is contained in:
parent
82668d3271
commit
22f6360000
@ -105,7 +105,7 @@ class ProcessingConfig():
|
||||
|
||||
@staticmethod
|
||||
def configFile():
|
||||
return os.path.join(userFolder(), "processing_qgis.conf")
|
||||
return os.path.join(userFolder(), "processing.conf")
|
||||
|
||||
@staticmethod
|
||||
def loadSettings():
|
||||
|
@ -50,7 +50,7 @@ class ProcessingLog():
|
||||
|
||||
@staticmethod
|
||||
def logFilename():
|
||||
batchfile = userFolder() + os.sep + "processing_qgis.log"
|
||||
batchfile = userFolder() + os.sep + "processing.log"
|
||||
return batchfile
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user