Changeset 940c634 in trunk
- Timestamp:
- 2021-12-01T19:02:42Z (3 years ago)
- Branches:
- master
- Children:
- e0092ed
- Parents:
- 7080ee6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/test/test_storage_web.py ¶
r7080ee6 r940c634 1370 1370 storage.makedirs() 1371 1371 test_pickle = storage.child("lease_checker.history") 1372 with test_pickle.open("w b") as local, original_pickle.open("rb") as remote:1372 with test_pickle.open("w") as local, original_pickle.open("r") as remote: 1373 1373 for line in remote.readlines(): 1374 1374 if platform.isWindows():
Note: See TracChangeset
for help on using the changeset viewer.