Typo in alliance.conf for scmos_deep_018 techno.

This commit is contained in:
Jean-Paul Chaput 2016-08-07 12:21:18 +02:00
parent e19893ac32
commit 30b636ffb8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from helpers.Alliance import Gauge
allianceTop = None
if os.environ.has_key['ALLIANCE_TOP']:
if os.environ.has_key('ALLIANCE_TOP'):
allianceTop = os.environ['ALLIANCE_TOP']
if not os.path.isdir(allianceTop):
allianceTop = None