This commit is contained in:
Fischlurch 2008-11-07 21:59:36 +01:00
parent bd538edfe9
commit 27052a8f58

View file

@ -34,7 +34,7 @@ artworkLayerPrefix = "artwork:"
def createDirectory( name ):
if Path.isfile(name):
print "WARNING: moving %s to %s.bak because it's in the way." % name
print "WARNING: moving %s to %s.bak because it's in the way." % (name,name)
bak_name = name + ".bak"
if Path.isfile(bak_name):
os.remove(bak_name)