Python:os.startfile错误:用户取消了操作

时间:2019-07-14 05:15:43

标签: python

我正在运行此命令

os.startfile('batch6617.bat')

上面的文件(由我创建)具有简单的CMD命令:

tensorboard --logdir="C:\logdir" --port 8888

直到今天,一切正常。我开始收到此错误:

  

回溯(最近通话最近):文件   “ C:\ Users \ Alex \ conda \ envs \ tfbetagpu \ lib \ site-packages \ IPython \ core \ interactiveshell.py”,   第3296行,在run_code中       exec(code_obj,self.user_global_ns,self.user_ns)文件“”,第1行,在       os.startfile(f'batch6617.bat')OSError:[WinError 1223]该操作已被用户取消:   'batch6617.bat'

PS:当我自己启动批处理(双击)时,没有任何问题。 从昨天到今天,我所做的就是通过git init为我的项目文件夹制作git repo。然后我不喜欢它,然后通过诸如rm -rf之类的东西将其删除,

1 个答案:

答案 0 :(得分:0)

重新启动系统将解决此问题。