Skip to content

Commit

Permalink
whoopse
Browse files Browse the repository at this point in the history
  • Loading branch information
svenevs committed Nov 8, 2016
1 parent c43e28f commit 806d53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def generateDoxygenXML(stripPath):
PREDEFINED += NAMESPACE_END(arbitrary)="}"
PREDEFINED += DOXYGEN_SHOULD_SKIP_THIS
PREDEFINED += DOXYGEN_DOCUMENTATION_BUILD
''' % stripPath)
''' % stripPath
# In python 3 strings and bytes are no longer interchangeable
if sys.version[0] == "3":
doxygen_input = bytes(doxygen_input, 'ASCII')
Expand Down

0 comments on commit 806d53f

Please sign in to comment.