c_client.py: remove useless 'today' variable
Signed-off-by: Ran Benita <ran234@gmail.com> Reviewed-by: Daniel Martin <consume.noise@gmail.com>
This commit is contained in:
parent
49a61c8b45
commit
285838cfe4
|
@ -3044,8 +3044,6 @@ except OSError as e:
|
||||||
if e.errno != errno.EEXIST:
|
if e.errno != errno.EEXIST:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
today = time.strftime('%Y-%m-%d', time.gmtime(os.path.getmtime(args[0])))
|
|
||||||
|
|
||||||
# Parse the xml header
|
# Parse the xml header
|
||||||
module = Module(args[0], output)
|
module = Module(args[0], output)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue