mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	send command as string
This commit is contained in:
		| @@ -103,7 +103,7 @@ class PluginConfigInstallSerializer(serializers.Serializer): | ||||
|             # use pypi | ||||
|             command.append(packagename) | ||||
|  | ||||
|         ret = {'command': command} | ||||
|         ret = {'command': ' '.join(command)} | ||||
|         # execute pypi | ||||
|         try: | ||||
|             result = subprocess.check_output(command, cwd=os.path.dirname(settings.BASE_DIR)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user