aboutsummaryrefslogtreecommitdiffstats
path: root/justice_build.py
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-06-10 23:36:54 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-06-10 23:36:54 +0200
commitcc86be247b6e10ccc0d21771c8d3583eb501b54e (patch)
tree2687f6e511d283621fc5b1d171cd3bccac926947 /justice_build.py
parenta52388e1a55bb973c401350d9fb4633ef185ee61 (diff)
downloadjustice-cc86be247b6e10ccc0d21771c8d3583eb501b54e.tar.gz
updating the ubo feature
Diffstat (limited to 'justice_build.py')
-rw-r--r--justice_build.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/justice_build.py b/justice_build.py
index 9a48f55..380d32b 100644
--- a/justice_build.py
+++ b/justice_build.py
@@ -11,7 +11,7 @@ def main():
for valid_file in valid_files:
download_data(valid_file)
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()
+ modified_file_name = os.path.join(str(os.getcwd()), "data", valid_file + ".xml")
+ update_DB(modified_file_name, DB_name)
+
+main() \ No newline at end of file