##// END OF EJS Templates
obsfate: fix obsfate_printer with empty date list...
Boris Feld -
r34874:aa849cf5 default
parent child Browse files
Show More
@@ -822,7 +822,7 b' def obsfateprinter(successors, markers, '
822 # Date
822 # Date
823 dates = markersdates(markers)
823 dates = markersdates(markers)
824
824
825 if verbose:
825 if dates and verbose:
826 min_date = min(dates)
826 min_date = min(dates)
827 max_date = max(dates)
827 max_date = max(dates)
828
828
General Comments 0
You need to be logged in to leave comments. Login now