removing not needed join

This commit is contained in:
Andreas Tsaridas 2016-12-10 14:55:28 +01:00 committed by rallytime
parent 7af708e1e7
commit 50d3200b12

View file

@ -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.