diff --git a/py/path/svn/wccommand.py b/py/path/svn/wccommand.py index ee09fc362..d3783259e 100644 --- a/py/path/svn/wccommand.py +++ b/py/path/svn/wccommand.py @@ -164,9 +164,6 @@ class SvnWCCommandPath(common.FSPathBase): def mkdir(self, *args): """ create & return the directory joined with args. """ - p = self.join(*args) - self._callex(os.mkdir, str(p)) - return p if args: return self.join(*args).mkdir() else: