always print determined tag list to console

This commit is contained in:
Robert Kaussow 2020-05-04 20:06:09 +02:00
parent 513f87659e
commit f322be658f

View File

@ -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))