Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 30, 2021
1 parent f1434ac commit b58aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsbabelgpsformat.py
Expand Up @@ -84,7 +84,7 @@ def test_gps_device_format(self):
)
# TODO -- I suspect that the waypoint/track/route capability should be automatically set/removed
# depending on whether the corresponding commands are empty!
#self.assertEqual(f.capabilities(), Qgis.BabelFormatCapabilities(
# self.assertEqual(f.capabilities(), Qgis.BabelFormatCapabilities(
# Qgis.BabelFormatCapability.Waypoints | Qgis.BabelFormatCapability.Import))

# TODO -- babel command should possibly be quoted (or NOT in QgsBabelSimpleImportFormat)
Expand Down

0 comments on commit b58aee7

Please sign in to comment.