]> kaliko git repositories - python-musicpd.git/commit
mpd.py: making _getitem return None if no item is returned
authorJ. Alexander Treuman <jat@spatialrift.net>
Sat, 1 Mar 2008 20:03:47 +0000 (15:03 -0500)
committerJ. Alexander Treuman <jat@spatialrift.net>
Sat, 1 Mar 2008 20:03:47 +0000 (15:03 -0500)
commit94fd67b7f97142bda274187e463320834a58cc15
treef293f81c808701ee867212f7fc351b1dcc0caa59
parent53a5899a67eaf6f958e40276362a9593a16a2445
mpd.py: making _getitem return None if no item is returned

update and addid should normally always return a single item, so previously
an exception was raised if we got nothing.  However, when used in a
command_list, only the *last* call to update will return an item.  So
return None instead of raising an exception if we get nothing.
mpd.py