Преглед изворни кода

add missing timezone identifier to summary

Fabian Peter Hammerle пре 5 година
родитељ
комит
bd69bde768
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      free_disk/__init__.py

+ 1 - 1
free_disk/__init__.py

@@ -74,7 +74,7 @@ def main():
     if removed_files_counter == 0:
         logging.warning('No files to remove')
     else:
-        logging.info('Removed %d file(s) with modification date <= %s', removed_files_counter,
+        logging.info('Removed %d file(s) with modification date <= %sZ', removed_files_counter,
                      datetime.datetime.utcfromtimestamp(last_mtime).isoformat('T'))