From 193d284f377ccf963bbd762bdb03f3daae2fa1af Mon Sep 17 00:00:00 2001 From: komalsheth236 Date: Tue, 22 Sep 2015 14:31:02 +0530 Subject: Nghdl Processes Terminated --- src/configuration/Appconfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configuration/Appconfig.py') diff --git a/src/configuration/Appconfig.py b/src/configuration/Appconfig.py index 16e440ab..0d3e0346 100644 --- a/src/configuration/Appconfig.py +++ b/src/configuration/Appconfig.py @@ -44,6 +44,7 @@ class Appconfig(QtGui.QWidget): project_explorer = json.load(open(dictPath)) except: project_explorer= {} + process_obj = [] def __init__(self): super(Appconfig, self).__init__() -- cgit