]> kaliko git repositories - python-musicpd.git/commit
mpd.py: unset iterating flag if an exception is raised
authorJ. Alexander Treuman <jat@spatialrift.net>
Thu, 15 Jul 2010 21:49:53 +0000 (17:49 -0400)
committerJ. Alexander Treuman <jat@spatialrift.net>
Thu, 15 Jul 2010 21:49:53 +0000 (17:49 -0400)
commita55e3f15d6d53355acae2d809e1a5c512115b0dc
tree30a0f025f2001858dcc7783a866cbacd9f0eca20
parent9c09c839d9c9e8c9a0ac8a49655ef6a48eedf1cf
mpd.py: unset iterating flag if an exception is raised

This fixes a bug where an MPD command error would raise an exception, but
leave the iterating flag set, preventing further commands from being
executed.
mpd.py