Create dumps directory if it doesn't exist.

This commit is contained in:
Asher Baker
2013-05-17 14:48:52 +01:00
parent d736010d3b
commit d03afbbd84
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class CopyFile(Command):
shutil.copy(self.fromFile, self.toPath)
folders = [['addons', 'sourcemod', 'extensions'], ['addons', 'sourcemod', 'data', 'dumps']]
folders = [['addons', 'sourcemod', 'extensions']]
#Setup
job.AddCommand(DestroyPath(os.path.join(AMBuild.outputFolder, 'package')))