Skip to content

Commit

Permalink
Merge pull request #121 from lostsnow/feature/release-1.4.0
Browse files Browse the repository at this point in the history
update sca packge name
  • Loading branch information
lostsnow authored Jun 6, 2022
2 parents 4083785 + 78df4e8 commit 93c56d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dongtai_agent_python/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def get_packages():
if os.path.exists(package.location + os.sep + lvl):
module_path = package.location + os.sep + lvl

package_name = 'pypi:' + package.project_name.lower() + ':' + package.version
package_name = 'pypi:' + package.project_name.lower() + ':' + package.version + ':'
sha_1 = hashlib.sha1()
sha_1.update(bytes(package_name, encoding='utf-8'))
digest = sha_1.hexdigest()
Expand Down

0 comments on commit 93c56d4

Please sign in to comment.