Fix issue with arch linux client
This commit is contained in:
parent
a55d1a35ee
commit
caf5c71b88
@ -62,6 +62,7 @@ class SyncCollectionHandler(Syncer):
|
||||
note = {"alpha": 0, "beta": 0, "rc": 0}
|
||||
client, version, platform = cv.split(',')
|
||||
|
||||
if 'arch' not in version:
|
||||
for name in note.keys():
|
||||
if name in version:
|
||||
vs = version.split(name)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user