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

This was causing the worker start cmd to fail after changing to absolute imports #223

Open
github-actions bot opened this issue Aug 31, 2022 · 0 comments
Assignees

Comments

@github-actions
Copy link
Contributor

This was causing the worker start cmd to fail after changing to absolute imports

Not sure why we needed it in the first place? Would be good to do further testing and see

if it is necessary in some cases.

cwd=get_module_path(),

# TODO: This was causing the worker start cmd to fail after changing to absolute imports

    logger.debug(f"[magenta]{' '.join(launch_cmd)}[/]\n")

    subprocess.Popen(
        # TODO: This was causing the worker start cmd to fail after changing to absolute imports
        # Not sure why we needed it in the first place? Would be good to do further testing and see
        # if it is necessary in some cases.
        # labels: testing
        # cwd=get_module_path(),
        args=" ".join(launch_cmd),
        shell=True,
    )

575da7478368317a24b6c52c113269b265724651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant