diff --git a/gfmhelper.py b/gfmhelper.py index 4b0c576..13181d4 100644 --- a/gfmhelper.py +++ b/gfmhelper.py @@ -657,7 +657,7 @@ def validateArgs(args): if(Path(args.image_magick_path).is_file()): arguments["image_magick_path"] = Path(args.image_magick_path) else: - errors.append("{} file does not exists.".format(Path(args.fusion_sphere_params))) + errors.append("{} file does not exists.".format(Path(args.image_magick_path))) status = False else: arguments["image_magick_path"] = 'magick'