Skip to content

Commit 77c2f95

Browse files
committed
order matters
1 parent 0ae86a2 commit 77c2f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/scaling

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ def cli():
1111
cli.add_argument('datafile', help='input EVIO/HIPO data file')
1212
cfg = cli.parse_args()
1313
cfg.threads = cfg.threads.split(',')
14-
cfg.run_clara = find_run_clara(cfg.clara)
1514
if not cfg.clara:
1615
cli.error('cannot find CLARA installation via -c or $CLARA_HOME')
16+
cfg.run_clara = find_run_clara(cfg.clara)
1717
if not cfg.run_clara:
1818
cli.error('cannot find run-clara in $PATH or CLARA installation')
1919
if cfg.numa is not None:

0 commit comments

Comments
 (0)