mirror of
https://github.com/thegeeklab/docker-autotag.git
synced 2024-11-05 00:40:40 +00:00
always print determined tag list to console
This commit is contained in:
parent
513f87659e
commit
f322be658f
@ -125,5 +125,5 @@ class Autotag:
|
||||
f.write(",".join(v))
|
||||
except IOError as e:
|
||||
self.logger.error("Unable to write file: {}".format(str(e)))
|
||||
else:
|
||||
print(",".join(v))
|
||||
|
||||
print(",".join(v))
|
||||
|
Loading…
Reference in New Issue
Block a user