Skip to content

Commit

Permalink
Server test: URLError has no code
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 19, 2016
1 parent e849cad commit 7379223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/qgis_local_server.py
Expand Up @@ -495,7 +495,7 @@ def get_map(self, params, browser=False):
except urllib2.URLError as resp:
raise ServerProcessError(
'Web/FCGI Process Request URLError',
'Cound not connect to process: ' + str(resp.code),
'Cound not connect to process',
resp.reason
)
else:
Expand Down

0 comments on commit 7379223

Please sign in to comment.