소스 검색

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