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

Saving problem for more than one dot(.) filenames #58

Closed
sadrasabouri opened this issue Aug 30, 2019 · 3 comments
Closed

Saving problem for more than one dot(.) filenames #58

sadrasabouri opened this issue Aug 30, 2019 · 3 comments
Assignees
Labels
Milestone

Comments

@sadrasabouri
Copy link
Collaborator

Description

When using tsave function to save files with more than one dot, it produce some issues.

Steps/Code to Reproduce

>>> tsave("test","standard",filename="test1.2.txt")

Expected Behavior

Saved! 
Filename: test1.2.txt
{'Status': True, 'Message': 'OK'}

Actual Behavior

Saved! 
Filename: test1.2
{'Status': True, 'Message': 'OK'}

Operating System

Ubuntu 18.04

Python Version

Python 3.6.8

@sepandhaghighi
Copy link
Owner

@sadrasabouri
We will close issues at release ;-)

@sadrasabouri
Copy link
Collaborator Author

@sadrasabouri
We will close issues at release ;-)

Excuse 😄

@sepandhaghighi
Copy link
Owner

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants