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 Thomas.Waldmann
Recipients Thomas.Waldmann
Date 2016-03-12.00:58:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457744340.04.0.931517157669.issue26545@psf.upfronthosting.co.za>
In-reply-to
Content
os.walk calls itself recursively and that limits the directory depth it can "walk" into.

On Linux, one can create directory hierarchies deeper than that.

For some more details see there:

https://github.com/borgbackup/borg/issues/380
History
Date User Action Args
2016-03-12 00:59:00Thomas.Waldmannsetrecipients: + Thomas.Waldmann
2016-03-12 00:59:00Thomas.Waldmannsetmessageid: <1457744340.04.0.931517157669.issue26545@psf.upfronthosting.co.za>
2016-03-12 00:59:00Thomas.Waldmannlinkissue26545 messages
2016-03-12 00:58:59Thomas.Waldmanncreate