aboutsummaryrefslogtreecommitdiffstats
path: root/justice_build.py
diff options
context:
space:
mode:
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()