2021.04.03 - Readme #18

Merged
edraft merged 231 commits from refs/pull/18/head into 2021.4 2021-03-31 15:42:41 +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]