Using - to specify stdin as input file sets the stream timeout to -1, overrding the value set with the --stream option. The STDIN parameter processing should only change this value to -1 if it's still at the default 0). A workaround is to put --stream 1 after the -, which works fine, despite the command-line syntax of ccextractor [options] input file...
Using
-to specify stdin as input file sets the stream timeout to -1, overrding the value set with the--streamoption. The STDIN parameter processing should only change this value to -1 if it's still at the default 0). A workaround is to put--stream 1after the-, which works fine, despite the command-line syntax ofccextractor [options] input file...