cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
48 stars 20 forks source link

installApp() method gives a success message even if the app was not loaded #161

Closed khanspers closed 2 years ago

khanspers commented 2 years ago

installApp() method gives a success message even if the app was not installed, for example if the app name was mistyped. To try, run

installApp("largestSubnetwork")

which should fail (should be installApp("Largest Subnetwork"))

AlexanderPico commented 2 years ago

This is a CyCommands bug since the command returns the same success message for `apps install app=“blah”. RCy3 can’t know the difference.

AlexanderPico commented 2 years ago

I'll file in Jira.