From cc86be247b6e10ccc0d21771c8d3583eb501b54e Mon Sep 17 00:00:00 2001 From: Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:36:54 +0200 Subject: updating the ubo feature --- justice_build.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'justice_build.py') 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 -- cgit