Skip to content

Commit b1e49a9

Browse files
committed
Do not remove repository on unmount
1 parent 79f9d26 commit b1e49a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitfs/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def destroy(self, path):
9999
worker.join()
100100
log.debug('Workers stopped')
101101

102-
shutil.rmtree(self.repo_path)
102+
#shutil.rmtree(self.repo_path)
103103
log.info('Successfully umounted %s', self.mount_path)
104104

105105
def __call__(self, operation, *args):

0 commit comments

Comments
 (0)