Skip to content
Snippets Groups Projects
Commit 78e698af authored by Danilo Piparo's avatar Danilo Piparo
Browse files

Fix ROOT-8353

parent 4ea8059e
No related branches found
No related tags found
No related merge requests found
...@@ -708,7 +708,7 @@ REPLACE_HELP = "replace object if already existing" ...@@ -708,7 +708,7 @@ REPLACE_HELP = "replace object if already existing"
def _openBrowser(rootFile=None): def _openBrowser(rootFile=None):
browser = ROOT.TBrowser() browser = ROOT.TBrowser()
if rootFile: rootFile.Browse(browser) if rootFile: rootFile.Browse(browser)
ROOT.PyROOT.TPyROOTApplication.Run(ROOT.gApplication) raw_input("Press enter to exit.")
def rootBrowse(fileName=None): def rootBrowse(fileName=None):
if fileName: if fileName:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment