Adjusting for Drive missing

This commit is contained in:
Stewie
2022-04-12 20:31:16 -04:00
parent 9b08359f79
commit 45d4a573de
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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":