if not os.path.exists(INTERVAL_FILE):
        log.error('Interval file does not exist! Path: {}'.format(INTERVAL_FILE))
        exit(1)