Skip to content

Commit

Permalink
Replace tab with space.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkiro committed Jul 1, 2014
1 parent b9b0faa commit 4a49f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_forwarder.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def tearDown(self):

def check_pyzor(self, cmd, homedir, counts=None, msg=None):
"""simplified check_pyzor version from PyzorTestBase"""
msg = "This is a test message for the forwading feature"
msg = "This is a test message for the forwading feature"
args = ["pyzor", '--homedir', homedir, cmd]
pyzor = subprocess.Popen(args,
stdin=subprocess.PIPE,
Expand Down

0 comments on commit 4a49f1e

Please sign in to comment.