summaryrefslogtreecommitdiff
path: root/src/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration')
-rw-r--r--src/configuration/Appconfig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py
index 5735534b..a5dfa546 100644
--- a/src/configuration/Appconfig.py
+++ b/src/configuration/Appconfig.py
@@ -20,7 +20,8 @@
from PyQt4 import QtGui
import os
-
+global procThread_list # keeps tracking all the processes called
+procThread_list = []
class Appconfig(QtGui.QWidget):
"""
@@ -33,8 +34,7 @@ class Appconfig(QtGui.QWidget):
current_project = {"ProjectName":None}
#Workspace detail
workspace_text = '''ecSim stores your project in a folder called a workspace. You can choose a different workspace folder to use for this session.'''
-
-
+ procThread_list = []
def __init__(self):
super(Appconfig, self).__init__()