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

print_output is always False #7

Open
WestXu opened this issue Mar 30, 2021 · 0 comments
Open

print_output is always False #7

WestXu opened this issue Mar 30, 2021 · 0 comments
Assignees

Comments

@WestXu
Copy link

WestXu commented Mar 30, 2021

In [1]: from doltpy.cli import Dolt

In [2]: dolt = Dolt('.', print_output=True)

In [3]: dolt
Out[3]: Dolt(repo_dir='.', print_output=False)

In [4]: dolt._print_output
Out[4]: True

In [5]: !dolt version
dolt version 0.24.3
@oscarbatori oscarbatori self-assigned this Mar 30, 2021
@oscarbatori oscarbatori transferred this issue from dolthub/doltpy Mar 30, 2021
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

2 participants