Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 147010
Collapse All | Expand All

(-)pym/portage_update.py (-1 / +1 lines)
Lines 193-199 Link Here
193
	for x in update_files:
193
	for x in update_files:
194
		updating_file = os.path.join(abs_user_config, x)
194
		updating_file = os.path.join(abs_user_config, x)
195
		if protect_obj.isprotected(updating_file):
195
		if protect_obj.isprotected(updating_file):
196
			updating_file = new_protect_filename(updating_file)[0]
196
			updating_file = new_protect_filename(updating_file)
197
		try:
197
		try:
198
			write_atomic(updating_file, "".join(file_contents[x]))
198
			write_atomic(updating_file, "".join(file_contents[x]))
199
		except PortageException, e:
199
		except PortageException, e:

Return to bug 147010