Guénaël Muller 7 years ago
parent
commit
155fb26a63
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tracim/lib/webdav/resources.py

+ 2 - 1
tracim/lib/webdav/resources.py View File

516
         workspace_api = WorkspaceApi(
516
         workspace_api = WorkspaceApi(
517
             current_user=self.user,
517
             current_user=self.user,
518
             session=self.session,
518
             session=self.session,
519
-            config=self.provider.app_config        )
519
+            config=self.provider.app_config,
520
+        )
520
         workspace = self.provider.get_workspace_from_path(
521
         workspace = self.provider.get_workspace_from_path(
521
             normpath(destpath), workspace_api
522
             normpath(destpath), workspace_api
522
         )
523
         )