Skip to content

Commit

Permalink
Get rid of some errors.
Browse files Browse the repository at this point in the history
Turn them into failures.
  • Loading branch information
Michael Howitz authored and hannosch committed May 13, 2017
1 parent b7294b9 commit 36fcc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OFS/tests/testAppInitializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def configure(self, text):
# of the directory is checked. This handles this in a
# platform-independent way.
schema = self.schema
sio = io.StringIO(text.replace("<<INSTANCE_HOME>>", TEMPNAME))
sio = io.StringIO(text.replace(u"<<INSTANCE_HOME>>", TEMPNAME))
conf, handler = ZConfig.loadConfigFile(schema, sio)
self.assertEqual(conf.instancehome, TEMPNAME)
setConfiguration(conf)
Expand Down

0 comments on commit 36fcc37

Please sign in to comment.