Skip to content

Conversation

@tjgalvin
Copy link
Contributor

As discussed, sometimes an error is raised when there is no stderr attached to the process object. This will test to ensure it does exist before trying to read from it.

@vsoch
Copy link
Member

vsoch commented Nov 23, 2023

This looks very reasonable! Could you please bump the version in version.py and add a note in CHANGELOG.md?

@tjgalvin
Copy link
Contributor Author

Ok, I think I have done this.



__version__ = "0.3.1"
__version__ = "0.3.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 0.3.11

Not perfect semver, but allows for tiny changes like this one :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated :)

CHANGELOG.md Outdated
singularity on pypi), and the versions here will coincide with these releases.

## [master](https://github.com/singularityhub/singularity-cli/tree/master)
- added check to enbsure stderr exists upon a non-zero return code when streaming (0.3.2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- added check to enbsure stderr exists upon a non-zero return code when streaming (0.3.2)
- added check to enbsure stderr exists upon a non-zero return code when streaming (0.3.11)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ha, yes. Ok. Fixed this as well :P

@vsoch vsoch merged commit ef53ca3 into singularityhub:master Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants