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 pitrou, serhiy.storchaka, tebeka
Date 2019-09-19.07:26:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568877974.73.0.733024113543.issue38222@roundup.psfhosted.org>
In-reply-to
Content
Convert it to string first:

    print(f'path is: {path!s:>50}')
History
Date User Action Args
2019-09-19 07:26:14serhiy.storchakasetrecipients: + serhiy.storchaka, tebeka, pitrou
2019-09-19 07:26:14serhiy.storchakasetmessageid: <1568877974.73.0.733024113543.issue38222@roundup.psfhosted.org>
2019-09-19 07:26:14serhiy.storchakalinkissue38222 messages
2019-09-19 07:26:14serhiy.storchakacreate