Skip to content
Snippets Groups Projects
Commit de0ea175 authored by Charlotte Hausman's avatar Charlotte Hausman Committed by Sam Kagan
Browse files

fix casa log parsing for restores

parent 3eeeb531
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ class CasaEmulator:
os.chdir("./working")
vela_logs = glob.glob("vela-*.log")
self.logger.info(f"{vela_logs}")
for file in vela_logs:
content = Path(file).read_text()
......
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