Changeset 940c634 in trunk


Ignore:
Timestamp:
2021-12-01T19:02:42Z (3 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
e0092ed
Parents:
7080ee6
Message:

consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/test/test_storage_web.py

    r7080ee6 r940c634  
    13701370        storage.makedirs()
    13711371        test_pickle = storage.child("lease_checker.history")
    1372         with test_pickle.open("wb") as local, original_pickle.open("rb") as remote:
     1372        with test_pickle.open("w") as local, original_pickle.open("r") as remote:
    13731373            for line in remote.readlines():
    13741374                if platform.isWindows():
Note: See TracChangeset for help on using the changeset viewer.