mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing not needed join
This commit is contained in:
parent
7af708e1e7
commit
50d3200b12
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ class AESFuncs(object):
|
|||
load.pop('tok')
|
||||
|
||||
# Join path
|
||||
sep_path = os.sep.join(os.path.join(load['path']))
|
||||
sep_path = os.sep.join(load['path'])
|
||||
|
||||
# Path normalization should have been done by the sending
|
||||
# minion but we can't guarantee it. Re-do it here.
|
||||
|
|
Loading…
Add table
Reference in a new issue