2
0
Fork 0
mirror of https://github.com/meisnate12/Plex-Meta-Manager synced 2025-02-24 11:27:20 +00:00

Update util.py to minimize word wrap on config.yml rewrite

This commit is contained in:
bullmoose20 2023-12-01 13:07:47 -05:00 committed by GitHub
parent 0d7fd6ca14
commit ec5229cf69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -985,6 +985,7 @@ class YAML:
self.path = path
self.input_data = input_data
self.yaml = ruamel.yaml.YAML()
self.yaml.width = 100000
self.yaml.indent(mapping=2, sequence=2)
try:
if input_data: