mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-24 11:12:14 +01:00
print_jobhistory: Remove unused variables
This commit is contained in:
parent
e9d7ac9c82
commit
d5b0d8fe52
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user