File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919
2020## Changes to code extraction
2121
22- * The extractor now exits gracefully if passed a non-existent file or directory either as a ` --path ` option or as a file name .
22+ * String literals as expressions within literal string interpolation (f-strings) are now handled correctly .
2323
24- * The extractor now exits gracefully if an invalid number was given as the ` --max-procs ` option.
24+ * The Python extractor now handles invalid input more robustly. In particular, it exits gracefully when:
2525
26- * String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
26+ * A non-existent file or directory is specified using the ` --path ` option, or as a file name.
27+ * An invalid number is specified for the ` --max-procs ` option.
2728
2829
2930## Changes to QL libraries
You can’t perform that action at this time.
0 commit comments