Skip to content

Commit

Permalink
Fix to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
svermeulen committed Apr 22, 2019
1 parent ad6fdde commit 7b7e7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/python/mtm/zen/CreateRelease.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import sys
import os
import re
import time

import argparse

Expand Down Expand Up @@ -145,6 +146,7 @@ def _createCSharpPackage(self, includeSample, outputPath):

self._createUnityPackage('[PackageTempDir]', outputPath)
finally:
time.sleep(0.5)
self._sys.deleteDirectory('[PackageTempDir]')

def _createUnityPackage(self, projectPath, outputPath):
Expand Down
Binary file not shown.

0 comments on commit 7b7e7cb

Please sign in to comment.