Skip to content

Commit 177a66f

Browse files
Fix errors when scanning metadata files.
Signed-off-by: Vasily Pozdnyakov <vasily.pozdnyakov@tngtech.com>
1 parent a89b5e5 commit 177a66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagedcode/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def parse(cls, location, package_only=True):
424424
@classmethod
425425
def assign_package_to_resources(cls, package, resource, codebase, package_adder):
426426
models.DatafileHandler.assign_package_to_parent_tree(
427-
package_=package,
427+
package=package,
428428
resource=resource,
429429
codebase=codebase,
430430
package_adder=package_adder,

0 commit comments

Comments
 (0)