Ignore:
Timestamp:
27 Jul 2011, 14:21:19 (13 years ago)
Author:
uli
Message:

Fix RoleSource?: only check title further, if there was at least one
found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/interfaces.py

    r6559 r6569  
    5454        if value in roles.keys():
    5555            title = roles[value].title
    56         if '.' in title:
    57             title = title.split('.', 2)[1]
     56            if '.' in title:
     57                title = title.split('.', 2)[1]
    5858        return title
    5959
Note: See TracChangeset for help on using the changeset viewer.