From c2bbfb9312f1711d86eaf6b9a21bb6ecabf4da79 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Sat, 19 Dec 2015 10:21:32 +0100 Subject: [PATCH] fix powershell action preference --- venv.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/venv.ps1 b/venv.ps1 index 1392e0c79..b5b05b9ca 100644 --- a/venv.ps1 +++ b/venv.ps1 @@ -1,10 +1,10 @@ -$ErrorActionPreference = "Stop" - param ( [string]$python = $(throw "-python is required."), [string]$install_mode = $(throw "-install_mode is required."), [string]$pip_date ) + +$ErrorActionPreference = "Stop" if(!(Test-Path -Path ".build")) {