diff --git a/bob/bio/face/script/baselines.py b/bob/bio/face/script/baselines.py index 3a887231bf82596c9f3dd0866579c434b215d646..0cc241b1e59a8b850614df5e89931bb6c03272b1 100755 --- a/bob/bio/face/script/baselines.py +++ b/bob/bio/face/script/baselines.py @@ -240,7 +240,6 @@ def main(command_line_parameters = None): # print the command so that it can easily be re-issued logger.info("Executing command:\n%s", bob.bio.base.tools.command_line(command)) -# import ipdb; ipdb.set_trace() # run the command if not args.dry_run: subprocess.call(command) @@ -305,7 +304,7 @@ def main(command_line_parameters = None): result_zt_eval.append(os.path.join(ztnorm_sub_dir, 'scores-eval')) # check if we have found some results - if not result_dev: + if not result_dev and not args.dry_run: logger.warn("No result files were detected -- skipping evaluation.") return