to fast to furious, cleanup

This commit is contained in:
Joel Kåberg 2013-02-01 13:39:34 +01:00
commit 68afb6a085

View file

@ -131,7 +131,7 @@ elif useLink == 0 and packed == 1: ## unpack
dest = os.path.join(destination, Name) dest = os.path.join(destination, Name)
## Create destionation folder ## Create destionation folder
if not os.path.exists(dest): if not os.path.exists(dest):
try: try:
os.makedirs(dest) os.makedirs(dest)
except Exception, e: except Exception, e: