Skip to content
This repository has been archived by the owner on Sep 27, 2018. It is now read-only.

Commit

Permalink
untabify source code
Browse files Browse the repository at this point in the history
Stupid me.
  • Loading branch information
zmwangx committed May 9, 2015
1 parent 77daa43 commit 9fd8320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_storyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def test_main(self):
f.write("[storyboard-cli]\n"
"exclude_sha1sum = on\n")
with capture_stdout():
with capture_stderr():
with capture_stderr():
sys.argv[1:] = ['--verbose', 'on', self.videofile]
main()
self.assertImageFormat('jpeg')
Expand All @@ -266,7 +266,7 @@ def test_main(self):
f.write("[storyboard-cli]\n"
"exclude_sha1sum = on\n")
with capture_stdout():
with capture_stderr():
with capture_stderr():
sys.argv[1:] = ['--include-sha1sum', '--verbose', 'on',
self.videofile]
main()
Expand Down

0 comments on commit 9fd8320

Please sign in to comment.