Changeset 54248f33 in trunk
- Timestamp:
- 2020-07-09T18:35:14Z (5 years ago)
- Branches:
- master
- Children:
- 2e160c1
- Parents:
- f9e864c5
- git-author:
- Sajith Sasidharan <sajith@…> (2020-07-09 14:01:13)
- git-committer:
- Sajith Sasidharan <sajith@…> (2020-07-09 18:35:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/web/status.py ¶
rf9e864c5 r54248f33 26 26 MultiFormatResource, 27 27 SlotsSequenceElement, 28 WebError, 28 29 ) 29 30 … … 1172 1173 stype, count_s = path.split("-") 1173 1174 except ValueError: 1174 raise RuntimeError( 1175 "no - in '{}'".format(path) 1176 ) 1175 raise WebError("no '-' in '{}'".format(path)) 1177 1176 count = int(count_s) 1178 1177 if stype == "up":
Note: See TracChangeset
for help on using the changeset viewer.