LibCST icon indicating copy to clipboard operation
LibCST copied to clipboard

A way to silence "Failed to determine module name"?

Open kit1980 opened this issue 2 years ago • 2 comments

I'm using parallel_exec_transform_with_prettyprint from my own command-line script and it prints a lot of "Failed to determine module name" messages from https://github.com/Instagram/LibCST/blob/main/libcst/codemod/_cli.py#L265

Is there a good way to silence that?

kit1980 avatar May 31 '23 20:05 kit1980