INNER CODE UNIT · Python

StoppedBeforeSubmit

GodsScion/Auto_job_applier_linkedIn · runAiBot.py:90

class StoppedBeforeSubmit(Exception):
    '''
    Raised when `stop_before_submit` deliberately halts a fully-filled application at the
    Review step. Nothing failed - the bot did exactly what it was told - so this is counted
    as a skip, not a failure, and must not be logged to the failed-applications CSV.
    '''


class UnansweredQuestions(Exception):
    '''
    Raised when required questions have no answer in `config/questions.py`. The job is
    skipped, not failed - there is nothing broken to retry, the user has to add answers.
    '''

tabs_count = 1
easy_applied_count = 0
external_jobs_count = 0
failed_count = 0

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…