This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Dan Arad, lazka, paul.moore, scic0, sdcards, steve.dower, tim.golden, wolma, zach.ware
Date 2020-02-18.23:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582067118.74.0.845707270286.issue28859@roundup.psfhosted.org>
In-reply-to
Content
> I am going to think maybe it was the "os.path.ismount" command that is causing the issue. Does the file exist?

If the file does not exist, it is definitely not a mount point. So the function should return False instead of raising an error.
History
Date User Action Args
2020-02-18 23:05:18steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, wolma, lazka, Dan Arad, scic0, sdcards
2020-02-18 23:05:18steve.dowersetmessageid: <1582067118.74.0.845707270286.issue28859@roundup.psfhosted.org>
2020-02-18 23:05:18steve.dowerlinkissue28859 messages
2020-02-18 23:05:18steve.dowercreate