Merge pull request #47 from pracedru/master

Update plat_other.py
このコミットが含まれているのは:
Andrew Senetar 2021-01-21 19:00:46 -06:00 committed by GitHub
コミット 60bcb2c834
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -110,10 +110,10 @@ def trash_move(src, dst, topdir=None):
check_create(filespath)
check_create(infopath)
os.rename(src, op.join(filespath, destname))
with open(op.join(infopath, destname + INFO_SUFFIX), "w") as f:
f.write(info_for(src, topdir))
os.rename(src, op.join(filespath, destname))
def find_mount_point(path):