Skip to content

Commit 66d410d

Browse files
[xy] Set max width for yaml file to inf. (mage-ai#4576)
1 parent d710c99 commit 66d410d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mage_ai/data_preparation/repo_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
yml = ruamel.yaml.YAML()
2424
yml.preserve_quotes = True
25+
yml.width = float('inf')
2526
yml.indent(mapping=2, sequence=2, offset=0)
2627

2728

0 commit comments

Comments
 (0)