无论我做什么,我都无法从脚本中运行它。只是不断出现错误消息:
mv:将项目重命名为tempplc:没有此类文件或目录
Rotation Vector 430085088834445557973284941130104832.000000 -2.169656 -37005999085886043916656699445870592.000000
Rotation Vector -31942776355636779193640943616.000000 -2.163979 51918482290645906067188728866013184.000000
无论我做什么,我都无法从脚本中运行它。只是不断出现错误消息:
答案 0 :(得分:1)
命令'mv -v item tempplc'
尝试将文件'item'
( sic!)移到文件夹'tempplc'
中。将变量名称替换为其值:
'mv -v {} {}'.format(item, tempplc)