Philipp Hörist pushed to branch master at gajim / gajim


Commits:
27aee3e3 by André Apitzsch at 2023-07-30T15:29:28+02:00
other: Avoid automatic line breaks by update_flatpak_manifest

This is necessary because of changes introduced with ruamel-yaml 0.17.22.
See https://sourceforge.net/p/ruamel-yaml/tickets/427/

- - - - -


1 changed file:

- scripts/update_flatpak_manifest.py


Changes:

=====================================
scripts/update_flatpak_manifest.py
=====================================
@@ -13,6 +13,7 @@
 YAML = ruamel.yaml.YAML()
 YAML.indent(mapping=2, sequence=4, offset=2)
 YAML.preserve_quotes = True
+YAML.width = 180
 
 logging.basicConfig(level='INFO', format='%(levelname)s: %(message)s')
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/27aee3e37389569cbbd5dd32c3cd42462881189e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/27aee3e37389569cbbd5dd32c3cd42462881189e
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to