Skip to content

Commit 9884536

Browse files
The one RING
1 parent 6ee28e4 commit 9884536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main_window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def __init__(self, app=None, parent=None):
3232
self.freq_dialog = FreqDialog(self)
3333

3434
if os.path.exists("{}/.ring/bin/Ring-md".format(environ['HOME'])):
35-
self.widg.ring_path.setText("{}/.ring/bin/Ring-md".format(environ['HOME']))
35+
self.widg.ring_path.setText("{}/.ring/bin/Ring".format(environ['HOME']))
3636
else:
3737
self.log("Ring-md path not found in current directory, please set it manually", warning=True)
3838

@@ -257,7 +257,7 @@ def run(self):
257257
"-a", current_run_config["-a"],
258258
"-b", current_run_config["-b"],
259259
"-w", current_run_config["-w"],
260-
"--all_chains", current_run_config["edges"], "--all_models"], stdout=subprocess.DEVNULL,
260+
"--all_chains", current_run_config["edges"], "--all_models", "--md"], stdout=subprocess.DEVNULL,
261261
stderr=subprocess.PIPE, universal_newlines=True)
262262

263263
self.prev_launch_config[obj_name] = current_run_config

0 commit comments

Comments
 (0)