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

Remove extra whitespace between version numbers via --iversions #35

Open
rasbt opened this issue Aug 28, 2017 · 0 comments
Open

Remove extra whitespace between version numbers via --iversions #35

rasbt opened this issue Aug 28, 2017 · 0 comments

Comments

@rasbt
Copy link
Owner

rasbt commented Aug 28, 2017

Remove the whitespaces in --iversion's output so that it's consistent with other output. E.g.,

%watermark -iv -v -w 
dask        0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0

should be

%watermark -iv -v -w 
dask 0.15.1
CPython 3.6.1
IPython 6.1.0
watermark 1.5.0

Alternatively, everything could be aligned, e.g., say version numbers starting in the 20th column (I don't any python package is more than 18 characters long ;)

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

No branches or pull requests

1 participant