在spyder中运行文件时,提示错误,在更新之前还可以运行更新后无法运行

运行文件后提示out后的信息

[IN]:runfile('D:/*.py', wdir='D:/')

[OUT]:This command failed to be executed because an error occurred while trying to get the file code from Spyder's editor. The error was:


An exception has occurred, use %tb to see the full traceback.

TypeError: handle_get_file_code() got an unexpected keyword argument 'save_all'

请参考https://blog.csdn.net/tk20190411/article/details/108517225

检查代码中对于 handle_get_file_code 的调用,参数名用错了