bugfix [#26094] Going to Bone Roll menu brings up python error

also correct for pep8 warnings.
This commit is contained in:
Campbell Barton
2011-02-16 02:25:03 +00:00
parent 78c135d93e
commit fee5363912
15 changed files with 38 additions and 44 deletions

View File

@@ -423,7 +423,7 @@ def pycontext2sphinx(BASEPATH):
if len(type_map) > len(unique):
raise Exception("Some types are not used: %s" % str([member for member in type_map if member not in unique]))
else:
pass # will have raised an error above
pass # will have raised an error above
def rna2sphinx(BASEPATH):