Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Aug 18, 2023
1 parent fd6f260 commit c515187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/MetaSearch/dialogs/maindialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def addAfsLayer(path, name):
# only for wfs
if service_type == 'OGC:WFS':
ows_provider.cmbConnections_activated(index)
elif service_type = 'ESRI:ArcGIS:FeatureServer':
elif service_type == 'ESRI:ArcGIS:FeatureServer':
ows_provider.cmbConnections_activated(index)
getattr(ows_provider, connect)()

Expand Down

0 comments on commit c515187

Please sign in to comment.