mirror of
https://github.com/janeczku/calibre-web
synced 2025-08-08 23:13:50 +00:00
Try to prevent error from #2390
This commit is contained in:
parent
ae5053e072
commit
8cb3fe32a5
@ -65,7 +65,7 @@ def dependency_check(optional=False):
|
|||||||
low_check = [int(x) for x in dep[3].split('.')]
|
low_check = [int(x) for x in dep[3].split('.')]
|
||||||
high_check = [int(x) for x in dep[5].split('.')]
|
high_check = [int(x) for x in dep[5].split('.')]
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
high_check = None
|
high_check = []
|
||||||
except ValueError:
|
except ValueError:
|
||||||
d.append({'name': dep[1],
|
d.append({'name': dep[1],
|
||||||
'target': "available",
|
'target': "available",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user