[cleanup] replace equality by "is"

This commit is contained in:
2018-07-17 14:45:50 +02:00
parent e210bd8793
commit b22d04db47
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1110,7 +1110,7 @@ def loopIdentifyPhase(phase):
"""
from pylot.core.util.defaults import ALTSUFFIX
if phase == None:
if phase is None:
raise NameError('Can not identify phase that is None')
phase_copy = phase