Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy authored and nyalldawson committed Jan 6, 2020
1 parent 5e62e60 commit cf6cd48
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1513,7 +1513,7 @@ def testRasterize(self):
'EXTRA': '-at -add',
'OUTPUT': outdir + '/check.jpg'}, context, feedback),
['gdal_rasterize',
'-l polys2 -a id -ts 0.0 0.0 -ot Float32 -of JPEG -at -add' +
'-l polys2 -a id -ts 0.0 0.0 -ot Float32 -of JPEG -at -add ' +
source + ' ' +
outdir + '/check.jpg'])

Expand Down

0 comments on commit cf6cd48

Please sign in to comment.