potiuk commented on a change in pull request #10497:
URL: https://github.com/apache/airflow/pull/10497#discussion_r475271195
##########
File path: airflow/www/utils.py
##########
@@ -181,7 +181,7 @@ def is_current(current, page):
def epoch(dttm):
"""Returns an epoch-type date"""
- return int(time.mktime(dttm.timetuple())) * 1000,
+ return (int(time.mktime(dttm.timetuple())) * 1000,)
Review comment:
I just tried to minimise the actual changes - but I can take a look at
this as well.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]