Show More
@@ -1583,7 +1583,7 b' class queue:' | |||
|
1583 | 1583 | text = sys.stdin.read() |
|
1584 | 1584 | else: |
|
1585 | 1585 | text = url.open(self.ui, filename).read() |
|
1586 | except IOError: | |
|
1586 | except (OSError, IOError): | |
|
1587 | 1587 | raise util.Abort(_("unable to read %s") % filename) |
|
1588 | 1588 | if not patchname: |
|
1589 | 1589 | patchname = normname(os.path.basename(filename)) |
General Comments 0
You need to be logged in to leave comments.
Login now