From e49097b8868b02a805f17f3193b209423b3c863d Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Sun, 13 Jun 2021 12:20:52 -0500 Subject: [PATCH] work towards being able to regenerate the dummy module from public repo --- assets/src/ba_data/python/._ba_sources_hash | 1 + tools/batools/project.py | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 assets/src/ba_data/python/._ba_sources_hash 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.