diff --git a/ApacheAutomate.py b/ApacheAutomate.py index 0e32017..35a397c 100644 --- a/ApacheAutomate.py +++ b/ApacheAutomate.py @@ -18,11 +18,11 @@ def open_apache3_iso(repo_name): send_keys('{ENTER}') #Get the window about Drive missing - if "actions-runner" not in os.getcwd(): - drive_missing = app.Apache3Build.child_window(title="apache3", control_type="Window") - drive_missing.set_focus() - send_keys('{ENTER}') - + + drive_missing = app.Apache3Build.child_window(title="apache3", control_type="Window") + drive_missing.set_focus() + send_keys('{ENTER}') + iso_path = os.path.join( os.path.normpath(os.getcwd() + os.sep + os.pardir), "Data",repo_name,"Disc","New","{}.iso".format(repo_name)) #Click on the Open Iso button diff --git a/ToolsTales_Executable.py b/ToolsTales_Executable.py index 48843cd..a4bed14 100644 --- a/ToolsTales_Executable.py +++ b/ToolsTales_Executable.py @@ -282,7 +282,7 @@ if __name__ == "__main__": tales_instance.bytes_to_text_with_offset( args.param1, int(args.param2)) if args.action == "pack": - RepoFunctions.refresh_repo("PythonLib") + #RepoFunctions.refresh_repo("PythonLib") RepoFunctions.refresh_repo("Tales-Of-Rebirth") if args.file == "SLPS": diff --git a/__pycache__/ApacheAutomate.cpython-38.pyc b/__pycache__/ApacheAutomate.cpython-38.pyc index 781b546..7287e14 100644 Binary files a/__pycache__/ApacheAutomate.cpython-38.pyc and b/__pycache__/ApacheAutomate.cpython-38.pyc differ diff --git a/__pycache__/RepoFunctions.cpython-38.pyc b/__pycache__/RepoFunctions.cpython-38.pyc index e583c23..0a420d2 100644 Binary files a/__pycache__/RepoFunctions.cpython-38.pyc and b/__pycache__/RepoFunctions.cpython-38.pyc differ