File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -934,11 +934,13 @@ def _single_item_upload(
934934 id_mapping : dict [str , str ],
935935 cache_directory : pathlib .Path ,
936936 thread_lock : threading .Lock ,
937+ simvue_monitor_run : SimvueRun ,
937938 * ,
938939 throw_exceptions : bool = False ,
939940 retry_failed : bool = False ,
940941 ) -> None :
941942 """Upload a single heartbeat item."""
943+ _ = simvue_monitor_run
942944 if not (_online_id := id_mapping .get (identifier )):
943945 # Run has been closed - can just remove heartbeat and continue
944946 cache_directory .joinpath (f"runs/{ identifier } .heartbeat" ).unlink ()
@@ -1029,10 +1031,12 @@ def _single_item_upload(
10291031 id_mapping : dict [str , str ],
10301032 cache_directory : pathlib .Path ,
10311033 thread_lock : threading .Lock ,
1034+ simvue_monitor_run : SimvueRun ,
10321035 * ,
10331036 throw_exceptions : bool = False ,
10341037 retry_failed : bool = False ,
10351038 ) -> None :
1039+ _ = simvue_monitor_run
10361040 _ = identifier
10371041 _ = id_mapping
10381042 _ = cache_directory
You can’t perform that action at this time.
0 commit comments