mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
metadata.py - typo
This commit is contained in:
parent
67a8f03fcb
commit
0ea03ddfaa
1 changed files with 1 additions and 1 deletions
|
|
@ -1119,7 +1119,7 @@ def write_yaml(mf, app):
|
||||||
try:
|
try:
|
||||||
import ruamel.yaml
|
import ruamel.yaml
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
raise FDroidException('ruamel.yaml not instlled, can not write metadata.') from e
|
raise FDroidException('ruamel.yaml not installed, can not write metadata.') from e
|
||||||
if not ruamel.yaml.__version__:
|
if not ruamel.yaml.__version__:
|
||||||
raise FDroidException('ruamel.yaml.__version__ not accessible. Please make sure a ruamel.yaml >= 0.13 is installed..')
|
raise FDroidException('ruamel.yaml.__version__ not accessible. Please make sure a ruamel.yaml >= 0.13 is installed..')
|
||||||
m = re.match(r'(?P<major>[0-9]+)\.(?P<minor>[0-9]+)\.(?P<patch>[0-9]+)(-.+)?',
|
m = re.match(r'(?P<major>[0-9]+)\.(?P<minor>[0-9]+)\.(?P<patch>[0-9]+)(-.+)?',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue