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

Add overwrite option to tsave function #56

Closed
sepandhaghighi opened this issue Aug 23, 2019 · 3 comments
Closed

Add overwrite option to tsave function #56

sepandhaghighi opened this issue Aug 23, 2019 · 3 comments
Milestone

Comments

@sepandhaghighi
Copy link
Owner

Description

Adding overwrite flag to tsave function

Steps/Code to Reproduce

>>> tsave("test","standard",filename="test1.txt")
Saved! 
Filename: test1.txt
{'Message': 'OK', 'Status': True}
>>> tsave("test","standard",filename="test1.txt",overwrite=True)

Expected Behavior

Saved! 
Filename: test1.txt
{'Message': 'OK', 'Status': True}
@sepandhaghighi
Copy link
Owner Author

sepandhaghighi commented Aug 23, 2019

@sadrasabouri Hi ;-)
Would you please handle this issue?
Notice 1 : Before start, take a look at Contributing Guidelines
Notice 2 : Default value : False

@sadrasabouri
Copy link
Collaborator

And sorry for late response.

@sepandhaghighi
Copy link
Owner Author

fixed

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

2 participants