Commit 8d7b16e8 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

formatting

parent f2d3f6e9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ def create_error_pattern(
        gen_patt(100, "ep.g192", 5, working_dir=tmp_dir_test)
        if not tmp_sta_file_test.exists():
            raise RuntimeError(
                "Used version of gen-patt was detected to be faulty (unable to write \"sta\"-file). See bin/README.md for details."
                'Used version of gen-patt was detected to be faulty (unable to write "sta"-file). See bin/README.md for details.'
            )

    with TemporaryDirectory() as tmp_dir: