Hi,

Have you concrete examples for this problem?
Did you try to reproduce bug with last version?

For info, in last version of tbp-initarchive, we have:

configfilename = os.path.expanduser('~/.tla-buildpackage')
if os.path.exists(configfilename):
    print "%s already exists; not modifying" % configfilename
else:
    print "Generating %s" % configfilename
    fd = open(configfilename, "w")
    fd.write("%s\n" % WCLOC)
    fd.close()


Regards,
-- 
Gregory Colpart <[EMAIL PROTECTED]>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to