|
@@ -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(':', '.')
|