On 10 Feb 2015 13:12, "Chris Angelico" <ros...@gmail.com> wrote:
>
> On Tue, Feb 10, 2015 at 6:30 PM, OmPs <torque.in...@gmail.com> wrote:
> >     def _getPackgeVersion(xmlfile, p):
> >         package = str(p)
> >         if isinstance(fpmdict["application"]["package"], list):
> >             for i in fpmdict["application"]["package"]:
> >                 if i["@name"] == p:
> >                     _pkgVersion = i["version"]
> >         else:
> >             _pkgversion = fpmdict["application"]["package"]["version"]
> >             return _pkgVersion
>
> One of your branches doesn't have a return statement in it, so Python
> just returns None. You may want to unindent that return statement one
> level.
>
Tried that as well getting the same error.
> ChrisA
> --
> https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to