зеркало из https://github.com/nextcloud/appstore.git
Fix too long line
This commit is contained in:
Родитель
3e9f1321b7
Коммит
07280973cd
|
@ -163,7 +163,8 @@ class AppReleaseImporter(Importer):
|
|||
def import_data(self, key: str, value: Any, obj: Any) -> None:
|
||||
# if this is a nightly, delete all other nightlies
|
||||
if value['version'].endswith('-nightly'):
|
||||
AppRelease.objects.filter(app__id=obj.id, version__endswith='-nightly').delete()
|
||||
AppRelease.objects.filter(
|
||||
app__id=obj.id,version__endswith='-nightly').delete()
|
||||
|
||||
# combine versions into specs
|
||||
value['platform_version_spec'] = to_spec(
|
||||
|
|
Загрузка…
Ссылка в новой задаче