remove syntax error
This commit is contained in:
parent
dd45b60ec8
commit
6f2f6c8061
@ -60,7 +60,7 @@ class screen():
|
||||
|
||||
# changes on the screen
|
||||
if (environment['screenData']['oldContentText'] != environment['screenData']['newContentText']) and \
|
||||
(environment['screenData']['newContentText']) != '' ):
|
||||
(environment['screenData']['newContentText'] != '' ):
|
||||
# diff = difflib.ndiff(environment['screenData']['oldContentText'], environment['screenData']['newContentText'])
|
||||
if environment['screenData']['oldContentText'] == '' and\
|
||||
environment['screenData']['newContentText'] != '':
|
||||
|
Loading…
Reference in New Issue
Block a user