Changeset c7cbb4a in trunk


Ignore:
Timestamp:
2018-03-20T17:40:49Z (7 years ago)
Author:
meejah <meejah@…>
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)
Message:

better var names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/web/test_web.py

    r30811d8 rc7cbb4a  
    127127    progress.progress = 100.0
    128128    item = QueuedItem(relpath_u, progress, 1234)
    129     for st, ts in 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)
    131131    return item
    132132
Note: See TracChangeset for help on using the changeset viewer.