Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed May 15, 2024
1 parent 258cc2d commit 04cf10c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/IDE/VisualStudioCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def run_simple_analysis(self, configuration_name: str):
time.sleep(10)
terminal_lines = self.copy_terminal_output()
log_map = parse_log_string(terminal_lines[6])
print(log_map)
assert log_map["msg"] == "running source code analysis"

def is_analysis_complete(self, timeout=300):
Expand Down

0 comments on commit 04cf10c

Please sign in to comment.