You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\folder\tabular.txt should be created with tabular data inside.
However removing the absolute path with relative path for format multiple works fine, the only limitation is that the output file can only be created inside the scanning directory. scc C:\\CAFlowRepos\ESW-AI\CAFlow_b0f26719165ec78445cee86c22bca9f1aa27a378 --by-file --format-multi "tabular:tabular.txt,csv:stdout" --cocomo-project-type "custom,1,1,1,1" Works Fine.
Desktop (please complete the following information):
OS: Windows
Version 3.0.0
The text was updated successfully, but these errors were encountered:
@eng-import-dd if you are able to build from master let me know, as I stupidly was eating an error which might be the issue here. If not let me know and I can produce a windows build and attach it here. This should at least establish if its a permission error.
scc
as command linescc C:\\CAFlowRepos\ESW-AI\CAFlow_b0f26719165ec78445cee86c22bca9f1aa27a378 --by-file --format-multi "tabular:C:\\folder\\tabular.txt,csv:stdout" --cocomo-project-type "custom,1,1,1,1"
Expected behavior
However removing the absolute path with relative path for format multiple works fine, the only limitation is that the output file can only be created inside the scanning directory.
scc C:\\CAFlowRepos\ESW-AI\CAFlow_b0f26719165ec78445cee86c22bca9f1aa27a378 --by-file --format-multi "tabular:tabular.txt,csv:stdout" --cocomo-project-type "custom,1,1,1,1"
Works Fine.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: