Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
TPA
dangerzone webdav processor
Commits
9db307b5
Commit
9db307b5
authored
Jun 10, 2021
by
kezzle
Browse files
Missed a line when copying changes from the previous failed merge attempt
parent
72fe9666
Changes
1
Hide whitespace changes
Inline
Side-by-side
processor.py
View file @
9db307b5
...
...
@@ -344,7 +344,7 @@ def main():
class
ProcessingClient
(
wc
.
Client
):
def
process_path
(
self
,
folder
,
path
):
if
path
in
SPECIAL_FOLDERS
:
if
is_special_folder
(
path
)
:
logging
.
debug
(
"found special folder %s, skipping"
,
path
)
return
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment