コード例 #1
0
ファイル: main.py プロジェクト: zzyBen/incubator-heron
def check_environment():
  '''
  Check whether the environment variables are set
  :return:
  '''
  if not config.check_release_file_exists():
    sys.exit(1)
コード例 #2
0
ファイル: main.py プロジェクト: ashvina/heron
def check_environment():
  '''
  Check whether the environment variables are set
  :return:
  '''
  if not config.check_java_home_set():
    sys.exit(1)

  if not config.check_release_file_exists():
    sys.exit(1)