Skip to content

Commit

Permalink
Add missing userTime and adjust to use sysTime
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Aug 24, 2023
1 parent a18ad5f commit a8ef0b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/python/WMArchive/Schemas/FWJRProduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
'startTime': 0.0,
'endTime': 0.0,
'wallClockTime': 0.0,
'systemTime': 0.0
'userTime': 0.0,
'sysTime': 0.0
},
'stop': 1454569736}
],
Expand Down

0 comments on commit a8ef0b9

Please sign in to comment.