cytoscape / RCy3

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

openAppStore function opens the Cytoscape App Store 404 web page #169

Closed yihangx closed 2 years ago

yihangx commented 2 years ago

If you run openAppStore with a non-existing app name such as openAppStore(app='blah'), Cytoscape will open the Cytoscape App store web page and show 404 not found. We should check the app name first. If it is not existing, the function should not open the web page.

yihangx commented 2 years ago

Fixed.