Package.py edited online with Bitbucket

This commit is contained in:
Don Honerbrink 2015-03-06 05:08:54 +00:00
parent 9855961667
commit 1d619d23bd

View File

@ -67,7 +67,7 @@ elif args.os == 'linux':
##################################################################### #####################################################################
# Copy layers, artwork, config files, etc for the given os # Copy layers, artwork, config files, etc for the given os
##################################################################### #####################################################################
output_path = os.path.join(base_path, 'artifacts', args.os, 'RetroFE') output_path = os.path.join(base_path, 'Artifacts', args.os, 'RetroFE')
if os.path.exists(output_path) and hasattr(args, 'clean'): if os.path.exists(output_path) and hasattr(args, 'clean'):
shutil.rmtree(output_path) shutil.rmtree(output_path)