We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de4c20e + 8090968 commit 74ea09aCopy full SHA for 74ea09a
change-notes/1.21/analysis-python.md
@@ -19,7 +19,13 @@
19
20
## Changes to code extraction
21
22
-* *Series of bullet points*
+* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
23
+
24
+* The Python extractor now handles invalid input more robustly. In particular, it exits gracefully when:
25
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.
28
29
30
## Changes to QL libraries
31
0 commit comments