Changeset 98863 in vbox
- Timestamp:
- Mar 7, 2023 2:52:44 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/htmlhelp-qthelp.py
r98678 r98863 197 197 if toc_file not in content[0]: 198 198 logging.error('Could not find toc file "%s" under "%s"', toc_file, folder) 199 return 199 return toc_string_list 200 200 full_path = os.path.join(folder, toc_file) 201 201 file = codecs.open(full_path, encoding='iso-8859-1')
Note:
See TracChangeset
for help on using the changeset viewer.