Merge pull request #1418 from markshannon/extractor-change-notes

Add missing extractor change notes for 1.21.
This commit is contained in:
Felicity Chapman
2019-06-07 16:02:25 +01:00
committed by GitHub

View File

@@ -19,7 +19,13 @@
## Changes to code extraction
* *Series of bullet points*
* String literals as expressions within literal string interpolation (f-strings) are now handled correctly.
* The Python extractor now handles invalid input more robustly. In particular, it exits gracefully when:
* A non-existent file or directory is specified using the `--path` option, or as a file name.
* An invalid number is specified for the `--max-procs` option.
## Changes to QL libraries