We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bd23ff + 38ec0c6 commit f2e8600Copy full SHA for f2e8600
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+v7.2.2
5
+------
6
+
7
+*2025-02-27* -- Fix error encountered when stemming a file missing a newline character.
8
9
v7.2.1
10
------
11
src/matchcode_toolkit/pipelines/scan_and_fingerprint_package.py
@@ -21,7 +21,6 @@
21
# Visit https://github.com/aboutcode-org/scancode.io for support and download.
22
23
from scanpipe.pipelines.scan_single_package import ScanSinglePackage
24
-from scanpipe.pipes import matchcode
25
26
from matchcode_toolkit.pipelines.fingerprint_codebase import FingerprintCodebase
27
0 commit comments