Project

General

Profile

« Previous | Next » 

Revision ca91d9a1

Added by Mikaël Ates about 13 years ago

scripts: update import pcs script (fix typo).

View differences:

scripts/import_pcs.py
next_date = None
if i < len(history) - 1:
_, next_date = history[i+1]
if not next_date or clos < next_date:
if not next_date or date_clos < next_date:
fss.append((status_clos, date_clos, None))
clos = True
else:

Also available in: Unified diff