Show More
@@ -1376,7 +1376,6 b' def diffstat(patchlines):' | |||||
1376 | last = stat.pop() |
|
1376 | last = stat.pop() | |
1377 | stat.insert(0, last) |
|
1377 | stat.insert(0, last) | |
1378 | stat = ''.join(stat) |
|
1378 | stat = ''.join(stat) | |
1379 | if stat.startswith('0 files'): raise ValueError |
|
|||
1380 | return stat |
|
1379 | return stat | |
1381 | except: raise |
|
1380 | except: raise | |
1382 | finally: |
|
1381 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now