We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a821963 commit 25871fbCopy full SHA for 25871fb
opendigger_pycli/__init__.py
@@ -1,4 +1,4 @@
1
"""
2
Awesome CLI for OpenDigger
3
4
-__version__ = "1.0.2"
+__version__ = "1.0.3"
opendigger_pycli/dataloaders/utils.py
@@ -56,10 +56,7 @@ def load_base_data(
56
year, month = date.split("-")[:2]
57
except Exception:
58
# TODO(chenjunjie): add warning
59
- year, month = (
60
- "0",
61
62
- ) # If the date is not in the correct format, set it to 0
+ continue
63
64
# value has different types,
65
# you need to pass in a function to handle it
0 commit comments