diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index df180b38..aececcb7 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -8,5 +8,6 @@ Contents: compile jenkins + archive create fingerprints diff --git a/test/unit/test_archive.py b/test/unit/test_archive.py index 9197c008..de839534 100644 --- a/test/unit/test_archive.py +++ b/test/unit/test_archive.py @@ -544,6 +544,8 @@ def do_MKCOL(self): self.end_headers() return + path = path.rstrip("/") + parent, _ = os.path.split(path) if not os.path.isdir(parent): self.send_response(409)