diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-06-02 21:40:23 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-06-02 21:40:23 +0200 |
commit | a52388e1a55bb973c401350d9fb4633ef185ee61 (patch) | |
tree | 38ea2db1086c03ea704b77acd5a8be16d45b2a1c /justice_build.py | |
parent | 6fe95caa7745348e80405c3dd9812efea1b4daa7 (diff) | |
download | justice-a52388e1a55bb973c401350d9fb4633ef185ee61.tar.gz |
initial commit to add display ubo feature
Diffstat (limited to 'justice_build.py')
-rw-r--r-- | justice_build.py | 2 |
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()
|