我尝试使用python代码生成强化报告:
下面是我正在使用的命令,
清洁命令正常工作:
sourceanalyzer -b <Build ID> -clean
当我运行第二条命令时:
sourceanalyzer -b <Build ID> -python-path <python.exe path> <.py code file path>
我遇到以下错误:
[error]: No valid input files were specified. (Use the -scan option to analyze previously-built sources.)
对此有什么解决方案吗?