Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 1, 2016
1 parent 53c6861 commit 18417a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_example/test_example_ext.py
Expand Up @@ -34,7 +34,7 @@
class TestExampleExt (unittest.TestCase):

def test_static(self):
fLOG( __file__, self._testMethodName, OutputPrint=__name__ == True)
fLOG(__file__, self._testMethodName, OutputPrint=True)

fLOG("comment to test fLOG")
assert myclass2.static_example()
Expand Down

0 comments on commit 18417a0

Please sign in to comment.