Changeset 18:f8c2304728ba in stamper
- Timestamp:
- Jul 22, 2014, 7:11:13 PM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bin/stamp2json
r17 r18 52 52 if len(info_items) > 1: 53 53 action = info_items[1].lstrip('- ') 54 # if the previous line was not a start line, took the previous 55 # line end time as start time 56 if end_time is not None: 57 start_time = end_time 54 58 end_time = time 55 59
Note:
See TracChangeset
for help on using the changeset viewer.