summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.py b/project.py
index 0da2118b..1c85b044 100644
--- a/project.py
+++ b/project.py
@@ -1462,6 +1462,8 @@ class Project(object):
1462 cnt_mine += 1 1462 cnt_mine += 1
1463 1463
1464 if not upstream_gain and cnt_mine == len(local_changes): 1464 if not upstream_gain and cnt_mine == len(local_changes):
1465 # The copy/linkfile config may have changed.
1466 self._CopyAndLinkFiles()
1465 return 1467 return
1466 1468
1467 if self.IsDirty(consider_untracked=False): 1469 if self.IsDirty(consider_untracked=False):