Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
agiudiceandrea authored Jul 3, 2024
1 parent a402185 commit b14fb5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/tests/GdalAlgorithmsVectorTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def testOgrInfo(self):
alg.getConsoleCommands({'INPUT': source,
'ALL_LAYERS': True,
'SUMMARY_ONLY': True,
'EXTRA': '-nocount'
'EXTRA': '-nocount',
'NO_METADATA': False}, context, feedback),
['ogrinfo',
'-al -so -nocount ' +
Expand Down Expand Up @@ -242,7 +242,7 @@ def testOgrInfoJson(self):
alg.getConsoleCommands({'INPUT': source,
'ALL_LAYERS': True,
'FEATURES': True,
'EXTRA': '-nocount'
'EXTRA': '-nocount',
'NO_METADATA': False}, context, feedback),
['ogrinfo',
'-json -features -nocount ' +
Expand Down

0 comments on commit b14fb5c

Please sign in to comment.