mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-22 14:38:53 +02:00
print_jobhistory: Remove unused variables
This commit is contained in:
@@ -5769,9 +5769,6 @@ def print_jobhistory(apiurl, prj, current_package, repository, arch, format = 't
|
||||
if not reason:
|
||||
reason = "unknown"
|
||||
code = node.get('code')
|
||||
rt = int(node.get('readytime'))
|
||||
readyt = time.gmtime(rt)
|
||||
readyt = time.strftime('%Y-%m-%d %H:%M:%S %Z', readyt)
|
||||
st = int(node.get('starttime'))
|
||||
et = int(node.get('endtime'))
|
||||
endtime = time.strftime('%Y-%m-%d %H:%M:%S %Z', time.gmtime(et))
|
||||
|
Reference in New Issue
Block a user