You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Adjusting for Drive missing
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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":
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user