From b14fb5c3be76ca7d9acca798cfd839cd6b1c44ab Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Wed, 3 Jul 2024 18:34:33 +0200 Subject: [PATCH] Apply suggestions from code review --- python/plugins/processing/tests/GdalAlgorithmsVectorTest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py b/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py index d248323e5f58..545819dff7eb 100644 --- a/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py +++ b/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py @@ -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 ' + @@ -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 ' +