Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 25, 2024
1 parent dea1321 commit ffd67c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses-snapshot-testing/citools/generate_analyses.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def analyze(protocol: TargetProtocol, container: docker.models.containers.Contai
start_time = time.time()
result = None
exit_code = None
console.print(f'Beginning analysis of {protocol.host_protocol_file_name}')
console.print(f'Beginning analysis of {protocol.host_protocol_file.name}')
try:
command_result = container.exec_run(cmd=command)
exit_code = command_result.exit_code
Expand Down

0 comments on commit ffd67c6

Please sign in to comment.