File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 
services/web/server/src/simcore_service_webserver/functions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -861,9 +861,9 @@ def _decode_functionjob(
861861            inputs = functionjob_db .inputs ,
862862            outputs = functionjob_db .outputs ,
863863            project_job_id = functionjob_db .class_specific_data ["project_job_id" ],
864-             job_creation_task_id = functionjob_db .class_specific_data [ 
864+             job_creation_task_id = functionjob_db .class_specific_data . get ( 
865865                "job_creation_task_id" 
866-             ] ,
866+             ) ,
867867            created_at = functionjob_db .created ,
868868        )
869869
@@ -876,9 +876,9 @@ def _decode_functionjob(
876876            inputs = functionjob_db .inputs ,
877877            outputs = functionjob_db .outputs ,
878878            solver_job_id = functionjob_db .class_specific_data ["solver_job_id" ],
879-             job_creation_task_id = functionjob_db .class_specific_data [ 
879+             job_creation_task_id = functionjob_db .class_specific_data . get ( 
880880                "job_creation_task_id" 
881-             ] ,
881+             ) ,
882882            created_at = functionjob_db .created ,
883883        )
884884
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments