commit | 0c367f5946664625de63db541db223a37509d105 | [log] [tgz] |
---|---|---|
author | natalie.chen <natalie.chen@mediatek.com> | Fri May 19 17:01:37 2017 +0800 |
committer | natalie.chen <natalie.chen@mediatek.com> | Fri Aug 04 10:22:14 2017 +0800 |
tree | 5cd0758b590df8d87e6f84b62525cf634f86a419 | |
parent | 81826a574162d9f8f97bb8e3b3e12445da156df4 [diff] |
remove copyfile/linkfile from last sync Change-Id: I490411bc234e184aa8adedee099ebd38dde08925
diff --git a/subcmds/sync.py b/subcmds/sync.py index 7bbbe44..6c2f320 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py
@@ -511,6 +511,7 @@ except OSError: break project_dir = os.path.dirname(project_dir) + project.RemoveOldCopyAndLinkFiles(os.path.join(self.manifest.repodir, 'projects', '%s.git' % path)) new_project_paths.sort() fd = open(file_path, 'w')