We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc72f2 + 24494fa commit c3dfabbCopy full SHA for c3dfabb
2 files changed
fclty_tools.py
@@ -12,7 +12,7 @@ def __init__(self):
12
pass
13
14
def check_none(self, content):
15
- return content if content != ' ' else None
+ return content if content != ' ' and content != '' else None
16
17
18
# class ParseToJson:
prf_tools.py
@@ -15,7 +15,7 @@ def __init__(self):
- return content if content != ' ' or content != '' else None
19
20
21
class ParseToJson:
0 commit comments