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

Collapse All | Expand All

(-)a/pym/portage/dbapi/vartree.py (-3 / +2 lines)
Lines 1178-1185 class vardbapi(dbapi): Link Here
1178
			call.
1178
			call.
1179
			"""
1179
			"""
1180
1180
1181
			if not isinstance(path_iter, list):
1181
			# ensure not to modify the argument
1182
				path_iter = list(path_iter)
1182
			path_iter = list(path_iter)
1183
			owners_cache = self._populate()
1183
			owners_cache = self._populate()
1184
			vardb = self._vardb
1184
			vardb = self._vardb
1185
			root = vardb._eroot
1185
			root = vardb._eroot
1186
- 

Return to bug 480428