-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add history for commit included from #285 and the author to the contributors list
- Loading branch information
Showing
4 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ Don Kendall <[email protected]> | |
Stephane Mangin <[email protected]> | ||
Laurent Mignon <[email protected]> | ||
Marie Lejeune <[email protected]> | ||
Wolfgang Pichler <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Ensures python 3.9 compatibility. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Avoid config error when using the webdav protocol. The auth option is expected | ||
to be a tuple not a list. Since our config is loaded from a json file, we | ||
cannot use tuples. The fix converts the list to a tuple when the config is | ||
related to a webdav protocol and the auth option is into the confix. |