Skip to content

Make environment setup text black if possible #15

@hinerm

Description

@hinerm

We open the console with this hack:

System.err.println("Building Python environment");

presumably this output is coming from appose as error text? And not just output?

			Builder builder = Appose.file(environmentYaml, "environment.yml")
				.subscribeOutput(this::report).subscribeError(this::report)
				.subscribeProgress((msg, cur, max) -> Splash.update(msg, (double) cur /
					max));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions