Skip to content

Commit 2ff1929

Browse files
committed
add missing return
1 parent 7b211de commit 2ff1929

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eb_hooks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,7 @@ def pre_run_shell_cmd_hook(cmd, work_dir=None, **kwargs):
19351935
if bool(re.search('LAMMPS', work_dir)) and bool(re.search('22Jul2025', work_dir)):
19361936
if isinstance(cmd, str) and cmd.startswith('ctest') and '-LE unstable' in cmd:
19371937
cmd = cmd + ' || true'
1938+
return cmd
19381939

19391940

19401941
PARSE_HOOKS = {

0 commit comments

Comments
 (0)