Skip to content

Commit

Permalink
Check HTTP errors on metadata request
Browse files Browse the repository at this point in the history
  • Loading branch information
ejn committed Apr 20, 2020
1 parent dca4349 commit 8eabf24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wfsclientdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ def startListStoredQueriesRequest(self, url):
self.reply.finished.connect(self.storedQueriesRequestFinished)

def MetadataRequestFinished(self):
if self.checkForHTTPErrors():
return

response = self.reply
xslfilename = os.path.join(plugin_path, "iso19139jw.xsl")

Expand Down

0 comments on commit 8eabf24

Please sign in to comment.