Skip to content

Commit 1ce874f

Browse files
authored
add missing argument (#152)
1 parent 7f4b2fc commit 1ce874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotidy/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self,
3838
self.formatting_config = formatting_config
3939
self.output = output
4040
transformers_config = self.convert_configure(transformers_config)
41-
self.transformers = load_transformers(transformers, transformers_config)
41+
self.transformers = load_transformers(transformers, transformers_config, force_order=force_order)
4242
for transformer in self.transformers:
4343
# inject global settings TODO: handle it better
4444
setattr(transformer, 'formatting_config', self.formatting_config)

0 commit comments

Comments
 (0)