Show More
@@ -123,7 +123,7 b' class notifier(object):' | |||||
123 |
|
123 | |||
124 | path = util.pconvert(path) |
|
124 | path = util.pconvert(path) | |
125 | count = self.stripcount |
|
125 | count = self.stripcount | |
126 |
while |
|
126 | while count > 0: | |
127 | c = path.find('/') |
|
127 | c = path.find('/') | |
128 | if c == -1: |
|
128 | if c == -1: | |
129 | break |
|
129 | break |
General Comments 0
You need to be logged in to leave comments.
Login now