Skip to content
Snippets Groups Projects
Commit 699e1b10 authored by Fokke Dijkstra's avatar Fokke Dijkstra
Browse files

Removed outdated lines that were turned into comments.

parent 60c774e1
Branches
No related merge requests found
...@@ -77,10 +77,6 @@ def getargs(): ...@@ -77,10 +77,6 @@ def getargs():
try: try:
startdate = pandas.Timestamp(options.startdate) startdate = pandas.Timestamp(options.startdate)
enddate = pandas.Timestamp(options.enddate) enddate = pandas.Timestamp(options.enddate)
# startdate = options.startdate.split('-')
# enddate = options.enddate.split('-')
# options.startdate=datetime.date(int(startdate[0]),int(startdate[1]),int(startdate[2]))
# options.enddate=datetime.date(int(enddate[0]),int(enddate[1]),int(enddate[2]))
except: except:
parser.error("Wrong date specified for -s or -e, use the format YYYY-MM-DD") parser.error("Wrong date specified for -s or -e, use the format YYYY-MM-DD")
if len(args) !=0: if len(args) !=0:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment