2021.4 #19

Merged
edraft merged 237 commits from 2021.4 into master 2021-04-01 10:13:33 +02:00
Showing only changes of commit 3764f2d5bd - Show all commits

View File

@ -80,7 +80,7 @@ class InstallService(CommandABC):
return
package_version = ''
name = ''
name = package
if '==' in package:
name = package.split('==')[0]
package_version = package.split('==')[1]