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}
|
note = {"alpha": 0, "beta": 0, "rc": 0}
|
||||||
client, version, platform = cv.split(',')
|
client, version, platform = cv.split(',')
|
||||||
|
|
||||||
|
if 'arch' not in version:
|
||||||
for name in note.keys():
|
for name in note.keys():
|
||||||
if name in version:
|
if name in version:
|
||||||
vs = version.split(name)
|
vs = version.split(name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user