插入增量资源 :param path_dict: :return:
(self, path_dict)
| 52 | raise SourceMgrError('the IncSourceMgr error %s : %s' % (self.scm_url, self.type)) |
| 53 | |
| 54 | def insert_src_info(self, path_dict): |
| 55 | ''' |
| 56 | 插入增量资源 |
| 57 | :param path_dict: |
| 58 | :return: |
| 59 | ''' |
| 60 | if path_dict: |
| 61 | self.remote_cache.insert_cache(path_dict) |
| 62 | self.local_cache.insert_cache(path_dict) |
| 63 |
no test coverage detected