2021.4.1 #11

Merged
edraft merged 172 commits from 2021.04.01 into 2021.04 2021-03-21 20:04:24 +01:00
Showing only changes of commit 3764f2d5bd - Show all commits

View File

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