Revision 11bdd05d

b/kamaki/cli/commands/pithos.py
1208 1208
            #  Remote object is just a file
1209 1209
            if path.exists(local_path) and not self['resume']:
1210 1210
                raise CLIError(
1211
                    'Cannot overwrite local file %s' % (lpath),
1211
                    'Cannot overwrite local file %s' % (local_path),
1212 1212
                    details=['To overwrite/resume, use  %s' % (
1213 1213
                        self.arguments['resume'].lvalue)])
1214 1214
            ret.append((rpath, local_path, self['resume']))

Also available in: Unified diff