aboutsummaryrefslogtreecommitdiffstats
path: root/justice_build.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-06-02 21:40:23 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-06-02 21:40:23 +0200
commita52388e1a55bb973c401350d9fb4633ef185ee61 (patch)
tree38ea2db1086c03ea704b77acd5a8be16d45b2a1c /justice_build.py
parent6fe95caa7745348e80405c3dd9812efea1b4daa7 (diff)
downloadjustice-a52388e1a55bb973c401350d9fb4633ef185ee61.tar.gz
initial commit to add display ubo feature
Diffstat (limited to 'justice_build.py')
-rw-r--r--justice_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/justice_build.py b/justice_build.py
index 287e3e6..9a48f55 100644
--- a/justice_build.py
+++ b/justice_build.py
@@ -13,5 +13,5 @@ def main():
for valid_file in valid_files:
modified_file_name = os.path.join(str(os.getcwd()), "data", valid_file + ".xml")
update_DB(modified_file_name, DB_name)
-
+
main()