Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ios_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def getAnswer(text):
getAnswer("Press enter once you are done or Ctrl+C to abort...")

while True:
mntPath = getAnswer("Please enter the path where the dmg is mounted: ")
mntPath = getAnswer("Please enter the path where the dmg is mounted: ").rstrip()
if not os.access(mntPath, os.F_OK):
print("Mount path does not exist!")
continue
Expand Down