Skip to content

Commit

Permalink
Update analyzer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Apr 4, 2024
1 parent d5a80ff commit a5e6bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/windows/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def run(self):
except Exception as e:
log.exception(e)
# Initialize the package parent abstract.
Package()
Package(package_name)
# Enumerate the abstract subclasses.
try:
package_class = Package.__subclasses__()[0]
Expand Down

0 comments on commit a5e6bef

Please sign in to comment.