diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-04 17:57:58 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-04-04 17:57:58 -0400 |
commit | eac1bf0fd4ca2ae777bb1dddf5612588f9b5dc99 (patch) | |
tree | 0aa1ae2df515fa136372aa55451bc07c8b1a5231 /tests | |
parent | 2a70f85f14fc264f3fd31089a0d4c31230e38602 (diff) | |
download | sos-eac1bf0fd4ca2ae777bb1dddf5612588f9b5dc99.tar.gz |
Syntax error.. I blame emacs.
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/archive_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py index f38351d1..de4e241f 100644 --- a/tests/archive_tests.py +++ b/tests/archive_tests.py @@ -35,7 +35,7 @@ class ZipFileArchiveTest(unittest.TestCase): self.check_for_file('tests/ziptest') def test_add_unicode_file(self): - self.zf.add_file(six.u('tests/') + self.zf.add_file(six.u('tests/')) self.zf.close() self.check_for_file('tests/ziptest') |