Update plat_other.py

minor typo fix
This commit is contained in:
Elan Ruusamäe 2016-04-10 11:09:46 +03:00
父節點 35ad95bcd5
當前提交 72bc94b48d
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -48,7 +48,7 @@ def format_date(date):
return date.strftime("%Y-%m-%dT%H:%M:%S")
def info_for(src, topdir):
# ...it MUST not include a ".."" directory, and for files not "under" that
# ...it MUST not include a ".." directory, and for files not "under" that
# directory, absolute pathnames must be used. [2]
if topdir is None or not is_parent(topdir, src):
src = op.abspath(src)