From 6b187961bffff298ef37007bd81b7a0c71ed8284 Mon Sep 17 00:00:00 2001 From: Jason Stubbs Date: Sun, 25 Dec 2005 04:41:07 +0000 Subject: Fix typo in writeints() svn path=/main/trunk/; revision=2450 --- pym/portage_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage_util.py b/pym/portage_util.py index e7779e0c4..d11cede5c 100644 --- a/pym/portage_util.py +++ b/pym/portage_util.py @@ -196,7 +196,7 @@ def grablines(myfilename,recursive=0): def writeints(mydict,myfilename): myfile = None - myf2 = "%s.%i" % (myf2, os.getpid()) + myf2 = "%s.%i" % (myfilename, os.getpid()) try: myfile=open(myf2,"w") for x in mydict: -- cgit v1.2.3-65-gdbad