Skip to content

Commit f6b00e8

Browse files
author
Axel Dahlberg
committed
bug fix
1 parent b5a4a06 commit f6b00e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cqc/pythonLib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ def __init__(self, name, socket_address=None, cqcFile=None, appFile=None, appID=
291291
# This file defines the application network
292292
if appFile is None:
293293
self.appFile = CQC_CONF_APP_FILE
294+
else:
295+
self.appFile = appFile
294296

295297
# Read configuration files for the application network
296298
if os.path.exists(self.appFile):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="cqc",
9-
version="2.0",
9+
version="2.0.1",
1010
author="Axel Dahlberg",
1111
author_email="[email protected]",
1212
description="The CQC interface",

0 commit comments

Comments
 (0)