summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git_superproject.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/git_superproject.py b/git_superproject.py
index c9723225..4ca84a58 100644
--- a/git_superproject.py
+++ b/git_superproject.py
@@ -226,6 +226,8 @@ class Superproject(object):
226 f'{self._manifest.manifestFile}') 226 f'{self._manifest.manifestFile}')
227 return SyncResult(False, False) 227 return SyncResult(False, False)
228 228
229 print('NOTICE: --use-superproject is in beta; report any issues to the '
230 'address described in `repo version`', file=sys.stderr)
229 should_exit = True 231 should_exit = True
230 if not self._remote_url: 232 if not self._remote_url:
231 self._LogWarning(f'superproject URL is not defined in manifest: ' 233 self._LogWarning(f'superproject URL is not defined in manifest: '