Revision 45b70023

b/kamaki/cli/commands/pithos_cli.py
797 797
        super(self.__class__, self)._run(
798 798
            source_container___path,
799 799
            path_is_optional=False)
800
        (dst_cnt, dst_path) = self._dest_container_path(
800
        (dst_cont, dst_path) = self._dest_container_path(
801 801
            destination_container___path)
802
        self._run(dst_cont=dst_cnt or self.container, dst_path=dst_path or '')
802
        self._run(dst_cont=dst_cont or self.container, dst_path=dst_path or '')
803 803

  
804 804

  
805 805
@command(pithos_cmds)

Also available in: Unified diff