Skip to content

Commit

Permalink
Update Mergin/utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Buira <[email protected]>
  • Loading branch information
tomasMizera and ValentinBuira authored Jan 9, 2025
1 parent 2193e07 commit 9128658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mergin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def validate_mergin_url(url):
:return: String error message as result of validation. If None, URL is valid.
"""
try:
_ = MerginClient(url, proxy_config=get_qgis_proxy_config(url))
MerginClient(url, proxy_config=get_qgis_proxy_config(url))

# Valid but not Mergin URl
except ClientError:
Expand Down

0 comments on commit 9128658

Please sign in to comment.