-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Fixed
-
Affects Version/s: 1.4
-
Fix Version/s: 1.4
-
Component/s: Build / Test Instructions, Modules
-
Labels:None
-
Commits:c1c3aeefd021bcdffce0ec92677a6479f5cd715d
Coin casts none value to str, this leads comparasion of None == None to become 'None' == None which return false.