Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Aug 20, 2024
1 parent 8310405 commit 3c99b0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/python_testing/TC_MCORE_FS_1_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
# for details about the block below.
#

import base64
import hashlib
import logging
import os
Expand Down Expand Up @@ -90,10 +89,10 @@ async def _create_th_server(self, port):
cmd.extend(['--KVS', kvs])

# TODO: Determine if we want these logs cooked or pushed to somewhere else
logging.info(f"Starting TH_SERVER")
logging.info("Starting TH_SERVER")
self._app_th_server_process = subprocess.Popen(cmd)
self._th_server_kvs = kvs
logging.info(f"Started TH_SERVER")
logging.info("Started TH_SERVER")
time.sleep(3)
return setup_params

Expand Down

0 comments on commit 3c99b0d

Please sign in to comment.