We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca29a8 commit cd186faCopy full SHA for cd186fa
1 file changed
ietf/utils/patch.py
@@ -699,8 +699,8 @@ def _normalize_filenames(self):
699
for i,p in enumerate(self.items):
700
if debugmode:
701
debug(" patch type = " + p.type)
702
- debug(" source = " + p.source)
703
- debug(" target = " + p.target)
+ debug(" source = " + str(p.source))
+ debug(" target = " + str(p.target))
704
if p.type in (HG, GIT):
705
# TODO: figure out how to deal with /dev/null entries
706
debug("stripping a/ and b/ prefixes")
0 commit comments