FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e7edf442 authored by L. Bower's avatar L. Bower
Browse files

another error for jake to check out

parent 05653d10
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ class TestEpi(unittest.TestCase): ...@@ -21,8 +21,8 @@ class TestEpi(unittest.TestCase):
@staticmethod @staticmethod
def write_temp_run_config_files(): def write_temp_run_config_files():
nowstring: str = IntegrationTestUtils.get_now_string() nowstring: str = IntegrationTestUtils.get_now_string()
# prefix: str = "temp_epi_" + nowstring prefix: str = "temp_epi_" + nowstring
prefix: str = "" # prefix: str = ""
default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH
default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config) default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment