Skip to content

Commit

Permalink
-fixed bug in merge of PR #354
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohns committed Mar 1, 2017
1 parent 8258507 commit b4b4249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rezplugins/build_process/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _build_variant_base(self, variant, build_type, install_path=None,
pkg_repo = package_repository_manager.get_repository(install_path)
pkg_repo.pre_variant_install(variant.resource)

if os.path.exists(variant_install_path):
if not os.path.exists(variant_install_path):
safe_makedirs(variant_install_path)

# create build environment
Expand Down

0 comments on commit b4b4249

Please sign in to comment.