summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index a93344a4..b88849ef 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -709,7 +709,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware):
 				for f in self.env.copy:
 					if isdir(f.path):
 						for _ in shutil_g.copytree(src=f.path,
-								dst=join(self.env.cwd.path, f.basename),
+								dst=join(original_path, f.basename),
 								symlinks=True,
 								overwrite=overwrite):
 							yield
silvino@bk.ru> 2019-06-26 16:59:06 +0100 dev index re-organization' href='/punk/doc/commit/dev/index.html?id=2830b5fb96cce787ca8c7562a968effc3e57bdb1'>2830b5f ^
25dc231 ^
2830b5f ^
77fe64b ^
2830b5f ^

25dc231 ^
2830b5f ^

77fe64b ^
2830b5f ^
77fe64b ^
2830b5f ^

77fe64b ^

ac7c572 ^


77fe64b ^

2cda042 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45