Show More
@@ -2075,7 +2075,7 class localrepository(repo.repository): | |||
|
2075 | 2075 | l = fp.readline() |
|
2076 | 2076 | try: |
|
2077 | 2077 | total_files, total_bytes = map(int, l.split(' ', 1)) |
|
2078 | except ValueError, TypeError: | |
|
2078 | except (ValueError, TypeError): | |
|
2079 | 2079 | raise util.UnexpectedOutput( |
|
2080 | 2080 | _('Unexpected response from remote server:'), l) |
|
2081 | 2081 | self.ui.status(_('%d files to transfer, %s of data\n') % |
General Comments 0
You need to be logged in to leave comments.
Login now