aboutsummaryrefslogtreecommitdiff
path: root/license_protected_downloads/common.py
diff options
context:
space:
mode:
authorJames Tunnicliffe <james.tunnicliffe@linaro.org>2013-06-14 18:41:55 +0100
committerJames Tunnicliffe <james.tunnicliffe@linaro.org>2013-06-14 18:41:55 +0100
commit7a8923cf6e95338d6bee3b7dd254b2b78c01fef8 (patch)
tree47b3e1e56a468d4f431327d6fdf2a7d78aaf3c3a /license_protected_downloads/common.py
parent948d0490f36c2308c4ba99fd5d2baed19b6e52db (diff)
Cosmetic fixes
Diffstat (limited to 'license_protected_downloads/common.py')
-rw-r--r--license_protected_downloads/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/license_protected_downloads/common.py b/license_protected_downloads/common.py
index 0ad534a..74886bb 100644
--- a/license_protected_downloads/common.py
+++ b/license_protected_downloads/common.py
@@ -1,7 +1,7 @@
import os
def safe_path_join(base_path, *paths):
- """os.path.join with with check that result is inside base_path.
+ """os.path.join with check that result is inside base_path.
Checks that the generated path doesn't end up outside the target
directory, so server accesses stay where we expect them.