From: Zac Medico Date: Fri, 6 Oct 2006 01:25:46 +0000 (-0000) Subject: For bug #150163, remove unnecessary validation of new_protect_filename() parameters. X-Git-Tag: v2.1.2~704 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d6af3cdb55d7a894a89ca2bcf5a08cb85deb2981;p=portage.git For bug #150163, remove unnecessary validation of new_protect_filename() parameters. svn path=/main/trunk/; revision=4601 --- diff --git a/pym/portage_util.py b/pym/portage_util.py index 9d1bb84c2..c329bc225 100644 --- a/pym/portage_util.py +++ b/pym/portage_util.py @@ -905,10 +905,6 @@ def new_protect_filename(mydest, newmd5=None): prot_num = -1 last_pfile = "" - if len(mydest) == 0: - raise ValueError, "Empty path provided where a filename is required" - if mydest[-1] == os.path.sep: # XXX add better directory checking - raise ValueError, "Directory provided but this function requires a filename" if not os.path.exists(mydest): return mydest