We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using tsave function to save files with more than one dot, it produce some issues.
>>> tsave("test","standard",filename="test1.2.txt")
Saved! Filename: test1.2.txt {'Status': True, 'Message': 'OK'}
Saved! Filename: test1.2 {'Status': True, 'Message': 'OK'}
Ubuntu 18.04
Python 3.6.8
The text was updated successfully, but these errors were encountered:
add : tests for tsave function (overwrite and sepandhaghighi#58) added
df59b24
@sadrasabouri We will close issues at release ;-)
Sorry, something went wrong.
Excuse 😄
fixed
sadrasabouri
No branches or pull requests
Description
When using tsave function to save files with more than one dot, it produce some issues.
Steps/Code to Reproduce
Expected Behavior
Actual Behavior
Operating System
Ubuntu 18.04
Python Version
Python 3.6.8
The text was updated successfully, but these errors were encountered: