Skip to content

Commit

Permalink
fix share removal
Browse files Browse the repository at this point in the history
  • Loading branch information
iskaj committed Nov 17, 2022
1 parent 6c4c77e commit a23e455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,5 @@ def plot_multiple_comparison(url):
import matplotlib
matplotlib.use('SVG')

# iface.launch(show_error=True)
iface.launch(share=True, debug=True)
iface.launch(show_error=True)
# iface.launch(share=True, debug=True)

0 comments on commit a23e455

Please sign in to comment.