Revision ebe0f1e0 image_creator/main.py

b/image_creator/main.py
402 402
        sys.exit(ret)
403 403
    except FatalError as e:
404 404
        colored = sys.stderr.isatty()
405
        warning = \
406
            "The name of the executable has changed. If you want to use the " \
407
            "user-friendly dialog-based program try `snf-image-creator'"
408
        SimpleOutput(colored).warn(warning)
405 409
        SimpleOutput(colored).error(e)
406 410
        sys.exit(1)
407 411

  

Also available in: Unified diff