Skip to content

Commit e04780a

Browse files
alexbruyvolaya
authored andcommitted
add missed comma
1 parent 3407ced commit e04780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/tools/dataobjects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from processing.algs.gdal.GdalUtils import GdalUtils
4848
from processing.tools.system import (getTempFilenameInTempFolder,
4949
getTempFilename,
50-
removeInvalidChars
50+
removeInvalidChars,
5151
isWindows)
5252

5353
ALL_TYPES = [-1]

0 commit comments

Comments
 (0)