From 25aa3a586ca9ef0d914d773b2dae61b4a6e74c09 Mon Sep 17 00:00:00 2001
From: dave <dave@dtu.dk>
Date: Tue, 2 Aug 2016 14:12:59 +0200
Subject: [PATCH] prepost.Simulations.PBS: bugfix, create empty winefix for
 gorm

---
 wetb/prepost/Simulations.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py
index aeb56951..f79ef9a6 100755
--- a/wetb/prepost/Simulations.py
+++ b/wetb/prepost/Simulations.py
@@ -2220,6 +2220,7 @@ class PBS(object):
             self.maxcpu = 1
             self.secperiter = 0.012
             self.wine = 'time WINEARCH=win32 WINEPREFIX=~/.wine32 wine'
+            self.winefix = ''
         elif server == 'jess':
             self.maxcpu = 1
             self.secperiter = 0.012
-- 
GitLab