mirror of
https://github.com/gsi-upm/soil
synced 2025-09-18 22:22:20 +00:00
black formatting
This commit is contained in:
@@ -44,7 +44,7 @@ def add_example_tests():
|
||||
for cfg, path in serialization.load_files(
|
||||
join(EXAMPLES, "**", "*.yml"),
|
||||
):
|
||||
if 'soil_output' in path:
|
||||
if "soil_output" in path:
|
||||
continue
|
||||
p = make_example_test(path=path, cfg=config.Config.from_raw(cfg))
|
||||
fname = os.path.basename(path)
|
||||
|
Reference in New Issue
Block a user