diff --git a/ios_install.py b/ios_install.py index 1616f01..c58165f 100644 --- a/ios_install.py +++ b/ios_install.py @@ -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