Remove FIXME comment due to fix appliance
This commit is contained in:
parent
660d01ce0c
commit
2beb55be54
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue