work towards being able to regenerate the dummy module from public repo

This commit is contained in:
Eric Froemling 2021-06-13 12:20:52 -05:00
parent 4e976f2061
commit e49097b886
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 2 additions and 3 deletions

View File

@ -0,0 +1 @@
260782962963330120203403491987170958879

View File

@ -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.