diff options
| author | Søren Gjesse <sgjesse@google.com> | 2014-10-21 14:20:37 +0200 |
|---|---|---|
| committer | Søren Gjesse <sgjesse@google.com> | 2014-10-21 14:20:37 +0200 |
| commit | a6af1b7fd40c1bb7997d1c04ebacbdcd30c4edfd (patch) | |
| tree | 084515226da0b32e49afa8e465697dd369ea1689 /docker/utils/utils.py | |
| parent | 71b26b7167f7f584eb74697786d4b180b7da0b8c (diff) | |
| download | docker-py-a6af1b7fd40c1bb7997d1c04ebacbdcd30c4edfd.tar.gz | |
Fix long line
Diffstat (limited to 'docker/utils/utils.py')
| -rw-r--r-- | docker/utils/utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/utils/utils.py b/docker/utils/utils.py index cab44a4..e2f2254 100644 --- a/docker/utils/utils.py +++ b/docker/utils/utils.py @@ -74,7 +74,8 @@ def tar(path, exclude=None): t.add(os.path.join(path, arcname), arcname=arcname) for name in dirnames: arcname = os.path.join(relpath, name) - t.add(os.path.join(path, arcname), arcname=arcname, recursive=False) + t.add(os.path.join(path, arcname), + arcname=arcname, recursive=False) t.close() f.seek(0) return f |
