Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127573 | Differences between
and this patch

Collapse All | Expand All

(-)portage.py (-1 / +1 lines)
Lines 215-221 Link Here
215
		if stat.S_ISDIR(pathstat[stat.ST_MODE]):
215
		if stat.S_ISDIR(pathstat[stat.ST_MODE]):
216
			mtime = pathstat[stat.ST_MTIME]
216
			mtime = pathstat[stat.ST_MTIME]
217
		else:
217
		else:
218
			raise portage_exception.PortageException
218
			raise portage_exception.PortageException(mypath)
219
	except (IOError,OSError,portage_exception.PortageException):
219
	except (IOError,OSError,portage_exception.PortageException):
220
		if EmptyOnError:
220
		if EmptyOnError:
221
			return [], []
221
			return [], []

Return to bug 127573