Skip to content
Snippets Groups Projects
Commit a640491a authored by Corentin Lasne's avatar Corentin Lasne
Browse files

test

parent 003cc7e6
No related branches found
No related tags found
1 merge request!4test
...@@ -19,6 +19,11 @@ def construct_query(terms, negativeTerms, filters, negativeFilters): ...@@ -19,6 +19,11 @@ def construct_query(terms, negativeTerms, filters, negativeFilters):
return (query) return (query)
def supress_n(text):
str = text.replace('\n', ' ')
return (str)
def convert_date_str(date): def convert_date_str(date):
return (date.strftime( return (date.strftime(
"%m/%d/%Y, %H:%M:%S")) "%m/%d/%Y, %H:%M:%S"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment