Do not detach a new package even if it comes from external source

This commit is contained in:
Ivan Kravets
2020-08-28 21:24:48 +03:00
parent cdbb837948
commit 9f2c134e44
4 changed files with 29 additions and 23 deletions

View File

@@ -154,7 +154,7 @@ class MeasurementProtocol(TelemetryBase):
"project",
"settings",
"system",
"team"
"team",
):
cmd_path = args[:2]
if args[0] == "lib" and len(args) > 1: