Guénaël Muller 6 년 전
부모
커밋
03f4664283
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/tracim/lib/utils.py

+ 1 - 1
tracim/tracim/lib/utils.py 파일 보기

@@ -190,7 +190,7 @@ def current_date_for_filename() -> str:
190 190
 
191 191
     :return: current date as string
192 192
     """
193
-    # INFO - G.M - 19-03-2018 - As ':' is in transform_to_do_bdd method in
193
+    # INFO - G.M - 19-03-2018 - As ':' is in transform_to_bdd method in
194 194
     # webdav utils, it may cause trouble. So, it should be replaced to
195 195
     # a character which will not change in bdd.
196 196
     return datetime.datetime.now().isoformat().replace(':', '.')