Compare commits
3 Commits
dist/risot
...
pkg/dev/ri
Author | SHA1 | Date | |
---|---|---|---|
e653baf6d5 | |||
7ade7f9b84 | |||
b9e2268f43 |
4
debian/control
vendored
4
debian/control
vendored
@ -2,11 +2,11 @@ Source: tiramisu-api-python
|
||||
Section: admin
|
||||
Priority: extra
|
||||
Maintainer: Cadoles <contact@cadoles.com>
|
||||
Build-depends: debhelper (>=11), python3-all, python3-setuptools
|
||||
Build-depends: debhelper (>=11), python3-all, python3-setuptools, dh-python
|
||||
Standards-Version: 3.9.4
|
||||
Homepage: https://framagit.org/tiramisu/tiramisu-api-python
|
||||
|
||||
Package: tiramisu-api
|
||||
Package: python3-tiramisu-api
|
||||
Architecture: any
|
||||
Pre-Depends: dpkg, python3, ${misc:Pre-Depends}
|
||||
Depends: ${python:Depends}, ${misc:Depends}
|
||||
|
@ -1195,7 +1195,7 @@ class Config:
|
||||
value: Any) -> bool:
|
||||
if not path in self.form or not 'pattern' in self.form[path]:
|
||||
return True
|
||||
if value is None or value is '':
|
||||
if value is None or value == '':
|
||||
match = True
|
||||
else:
|
||||
if isinstance(value, int):
|
||||
|
Reference in New Issue
Block a user