falkTX / Cadence

Collection of tools useful for audio production
GNU General Public License v2.0
368 stars 80 forks source link

catia/claudia: fix startup when a2j not present #284

Closed gerion0 closed 4 years ago

gerion0 commented 4 years ago

Consider this code:

a = None
print(a and a.b)

This evaluates to None and not to False.

Closes: #274

falkTX commented 4 years ago

Makes sense, thanks!