Changeset 865fe4e in Lumiera

Timestamp:
2022-07-29T19:31:17Z (4 years ago)
Author:
Ichthyostega <prg@…>
Branches:
deb, dev/play, documentation, integration, master
Children:
035a38b
Parents:
4cf4e09
git-author:
Tanjeff-N. Moos <tanjeff@…> (29/07/22 19:31:17)
git-committer:
Ichthyostega <prg@…> (29/07/22 19:31:17)
Message:

sconsDoxy: Bugfix: Convert <bytes> object to <string>.

In DoxyfileParse(), the 'file_contents' parameter is a <bytes> object.
Since the shlex.shlex() member doesn't accept <bytes> objects, we
convert it to a <str>.

(No files)

Note: See TracChangeset for help on using the changeset viewer.