We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6da499 commit da04086Copy full SHA for da04086
change-notes/1.21/analysis-python.md
@@ -19,7 +19,12 @@
19
20
## Changes to code extraction
21
22
-* *Series of bullet points*
+* The extractor now exits gracefully if passed a non-existent file or directory either as a `--path` option or as a file name.
23
+
24
+* The extractor now exits gracefully if an invalid number was given as the `--max-procs` option.
25
26
+* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
27
28
29
## Changes to QL libraries
30
0 commit comments