Skip to content

Commit

Permalink
Format file after changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Admire Nyakudya authored and Admire Nyakudya committed Aug 22, 2024
1 parent 1c16769 commit d0f078a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def testOgr2PostGis(self):
['ogr2ogr',
'-progress --config PG_USE_COPY YES -f PostgreSQL "PG:host=localhost port=5432 active_schema=public" '
'-lco DIM=2 ' + source_line + ' multilines '
'-overwrite -nlt CONVERT_TO_LINEAR -lco GEOMETRY_NAME=geom -lco FID=id -nln public.multilines -nlt PROMOTE_TO_MULTI'])
'-overwrite -nlt CONVERT_TO_LINEAR -lco GEOMETRY_NAME=geom -lco FID=id -nln public.multilines -nlt PROMOTE_TO_MULTI'])

self.assertEqual(
alg.getConsoleCommands({'INPUT': source,
Expand Down

0 comments on commit d0f078a

Please sign in to comment.