1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update versions.py

This commit is contained in:
Sander Steffann
2020-01-24 10:11:32 +01:00
parent 2fcdc90d3f
commit 405d93c6f2

View File

@ -17,7 +17,7 @@ if settings.GITHUB_VERSION_TIMEOUT and settings.GITHUB_REPOSITORY:
if 'tag_name' in release]
if versions:
return max(versions)
except:
except Exception:
pass
return 'unknown', None