mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
Merge branch 'patch-1' into 'master'
metadata.py - typo See merge request fdroid/fdroidserver!639
This commit is contained in:
commit
3c74c07587
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue