diff --git a/assets/src/ba_data/python/._ba_sources_hash b/assets/src/ba_data/python/._ba_sources_hash new file mode 100644 index 00000000..1c6abecb --- /dev/null +++ b/assets/src/ba_data/python/._ba_sources_hash @@ -0,0 +1 @@ +260782962963330120203403491987170958879 \ No newline at end of file diff --git a/tools/batools/project.py b/tools/batools/project.py index ac8110e6..c383cf54 100755 --- a/tools/batools/project.py +++ b/tools/batools/project.py @@ -102,9 +102,7 @@ class Updater: # independently for those projects as opposed to just using # things as spinoff creates them. - # (this will get filtered and be unequal in spinoff projects) - if 'ballistica' + 'core' == 'ballisticacore': - self._update_dummy_module() + self._update_dummy_module() # Docs checks/updates will only run if BA_ENABLE_DOCS_UPDATES=1 # is set in the environment.