Remove FIXME comment due to fix appliance

This commit is contained in:
Darko Poljak 2017-07-19 07:52:57 +02:00
parent 660d01ce0c
commit 2beb55be54
1 changed files with 0 additions and 3 deletions

View File

@ -140,9 +140,6 @@ class Code(object):
cdist_object.code_remote_path)
destination = os.path.join(self.remote.object_path,
cdist_object.code_remote_path)
# FIXME: BUG: do not create destination, but top level of destination!
# self.remote.mkdir(destination)
# FIX?
self.remote.mkdir(os.path.dirname(destination))
self.remote.transfer(source, destination)