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