File tree Expand file tree Collapse file tree
libs/opsqueue_python/python/opsqueue Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def __init__(
5858 def __str__ (self ) -> str :
5959 chunk_str = f"\n { self .chunk } "
6060 return f"""
61- Submission { self .submission .id } was not cancelled because:
61+ Submission { self .submission .submission . id } was not cancelled because:
6262
6363 { self .submission }
6464 { "" if self .chunk is None else chunk_str }
Original file line number Diff line number Diff line change @@ -963,7 +963,7 @@ pub mod db {
963963
964964 tracing:: info!( "Deleted {n_submissions_completed} completed submissions (with {n_chunks_completed} chunks completed)" ) ;
965965 tracing:: info!( "Deleted {n_submissions_failed} failed submissions (with {n_chunks_failed} chunks failed)" ) ;
966- tracing:: info!( "Deleted {n_submissions_cancelled} cancelled submissions (with {n_chunks_completed} chunks completed and {n_chunks_failed} chunks failed) " ) ;
966+ tracing:: info!( "Deleted {n_submissions_cancelled} cancelled submissions" ) ;
967967 Ok ( ( ) )
968968 } )
969969 } )
You can’t perform that action at this time.
0 commit comments