mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 01:13:13 +08:00
tidying
This commit is contained in:
parent
e49097b886
commit
9eb7ced21e
@ -750,7 +750,7 @@ def update_project() -> None:
|
||||
|
||||
Updating should be explicitly run by the user through commands such as
|
||||
'make update', 'make check' or 'make preflight'. Other make targets should
|
||||
avoid running this commnand as it can modify the project structure
|
||||
avoid running this command as it can modify the project structure
|
||||
arbitrarily which is not a good idea in the middle of a build.
|
||||
|
||||
If this command is invoked with a --check argument, it should not modify
|
||||
|
||||
@ -670,6 +670,10 @@ class Updater:
|
||||
# build so its success may depend on the cmake build files having
|
||||
# already been updated.
|
||||
|
||||
# TEMP - dont do this in spinoffs
|
||||
if 'ballistica' + 'core' != 'ballisticacore':
|
||||
return
|
||||
|
||||
# FIXME: should support running this in public too.
|
||||
if not self._public:
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user