VirtualBox

Changeset 98863 in vbox


Ignore:
Timestamp:
Mar 7, 2023 2:52:44 PM (21 months ago)
Author:
vboxsync
Message:

Docs: bugref:10302. Don't return Nothing from a function when it should return a list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/htmlhelp-qthelp.py

    r98678 r98863  
    197197    if toc_file not in content[0]:
    198198        logging.error('Could not find toc file "%s" under "%s"', toc_file, folder)
    199         return
     199        return toc_string_list
    200200    full_path = os.path.join(folder, toc_file)
    201201    file = codecs.open(full_path, encoding='iso-8859-1')
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette