Skip to content

Removing System Calls #4922

@glenn-jocher

Description

@glenn-jocher

@kalenmike this thread is about removing system calls like you suggested. Following removal of unzip calls in #4919 the main remaining system calls are here:

subprocess.check_output()

We use this to return values
Screen Shot 2021-09-25 at 10 17 27 AM

os.system()

Used when only a success/failure output is required
Screen Shot 2021-09-25 at 10 17 38 AM

Added to our TODO list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleStale and schedule for closing soonTODOHigh priority itemsenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions