Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdk-core: Accept string as job_path in JobConfig #2251

Merged
merged 1 commit into from
Jun 15, 2023

Commits on Jun 14, 2023

  1. vdk-core: Accept string as job_path in JobConfig

    Currently, the JobConfig class accepts only pathlib.Path as data_job_path. This,
    however, causes unnecesary warnings when a string is passed as job path.
    
    This change updates the type annotation of the init to support both pathlib.Path
    and string as data_job_path.
    
    Testing Done: CI/CD
    
    Signed-off-by: Andon Andonov <andonova@vmware.com>
    doks5 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b3dbe1d View commit details
    Browse the repository at this point in the history