Changeset 17169


Ignore:
Timestamp:
23 Nov 2022, 14:25:22 (22 months ago)
Author:
Henrik Bettermann
Message:

Fix method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.edocons/trunk/src/kofacustom/edocons/applicants/browser.py

    r17106 r17169  
    186186        if self.target is not None and not self.target.startswith('tsc'):
    187187            return False
     188        return True
    188189
    189190    @property
     
    216217        if self.target is not None and not self.target.startswith('tsc'):
    217218            return False
     219        return True
    218220
    219221    @property
     
    272274    grok.name('doc_1')   
    273275
    274 class OtherDocument4(AdditionalFile):
     276class OtherDocument2(AdditionalFile):
    275277    grok.name('doc_2')           
Note: See TracChangeset for help on using the changeset viewer.