mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
metadata.py - typo
This commit is contained in:
parent
67a8f03fcb
commit
0ea03ddfaa
@ -1119,7 +1119,7 @@ def write_yaml(mf, app):
|
||||
try:
|
||||
import ruamel.yaml
|
||||
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__:
|
||||
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]+)(-.+)?',
|
||||
|
Loading…
Reference in New Issue
Block a user