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 serhiy.storchaka
Recipients dday52, ronaldoussoren, serhiy.storchaka
Date 2021-01-21.09:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611220965.18.0.574053213839.issue42970@roundup.psfhosted.org>
In-reply-to
Content
Please provide complete script that reproduces the issue. The provided three lines do not open any file and cannot generate such error.

It could help to add the debug prints:

print(f'mySrcFldr = {mySrcFldr!a}')
print(f'srcFldr = {srcFldr!a}')
print(f'f = {f!a}')
History
Date User Action Args
2021-01-21 09:22:45serhiy.storchakasetrecipients: + serhiy.storchaka, ronaldoussoren, dday52
2021-01-21 09:22:45serhiy.storchakasetmessageid: <1611220965.18.0.574053213839.issue42970@roundup.psfhosted.org>
2021-01-21 09:22:45serhiy.storchakalinkissue42970 messages
2021-01-21 09:22:45serhiy.storchakacreate