Ticket #252 (closed bug: fixed)

Opened 14 years ago

Last modified 14 years ago

Missing '=' in line 709 of motu.py

Reported by: pdhales Assigned to:
Priority: major Milestone: FFADO 2.1
Component: Version: FFADO SVN (trunk)
Keywords: Cc:
The device the bug applies to:

Description

ffado/mixer/motu.py is missing an '=' in line 709.

File "/usr/local/lib/python2.5/site-packages/ffado/mixer/motu.py", line 709

if (self.model==MOTU_MODEL_TRAVELER or self.model==MOTU_MODEL_ULTRALITE or self.model=MOTU_MODEL_896HD):

'=' added, problem solved.

Change History

01/06/10 14:27:34 changed by jwoithe

  • status changed from new to closed.
  • resolution set to fixed.

Thanks for the report. All fixed in r1788.

Sorry about that - that's what happens when you do a quick fix and don't have the opportunity to runtime test it.