Changeset c7cbb4a in trunk
- Timestamp:
- 2018-03-20T17:40:49Z (7 years ago)
- Branches:
- master
- Children:
- a06fe37
- Parents:
- 30811d8
- git-author:
- meejah <meejah@…> (2018-03-19 18:03:58)
- git-committer:
- meejah <meejah@…> (2018-03-20 17:40:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/web/test_web.py ¶
r30811d8 rc7cbb4a 127 127 progress.progress = 100.0 128 128 item = QueuedItem(relpath_u, progress, 1234) 129 for st, tsin history:130 item.set_status( st, current_time=ts)129 for the_status, timestamp in history: 130 item.set_status(the_status, current_time=timestamp) 131 131 return item 132 132
Note: See TracChangeset
for help on using the changeset viewer.