Skip to content
Snippets Groups Projects
Commit 0d4a85d1 authored by florian's avatar florian
Browse files

STY: autopep'd

parent db6f1ea7
No related branches found
No related tags found
2 merge requests!53Release 0.1,!17F load identifiables from yaml
Pipeline #22594 failed
......@@ -118,9 +118,13 @@ def testDirectoryConverter(converter_registry):
def test_markdown_converter(converter_registry):
test_readme = File("README.md", rfp(
test_readme = File(
"README.md",
rfp(
"test_directories", "examples_article", "DataAnalysis",
"2020_climate-model-predict", "2020-02-08_prediction-errors", "README.md"))
"2020_climate-model-predict", "2020-02-08_prediction-errors", "README.md"
)
)
converter = MarkdownFileConverter({
"match": "(.*)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment