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

tsave bug in windows #113

Closed
sepandhaghighi opened this issue Mar 3, 2020 · 2 comments
Closed

tsave bug in windows #113

sepandhaghighi opened this issue Mar 3, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@sepandhaghighi
Copy link
Owner

Description

It seems tsave function has some problems in Windows

Steps/Code to Reproduce

>>> from art import *
>>> tsave("test","block",filename="test.txt")
Saved!
Filename: test2.txt
{'Message': 'OK', 'Status': True}

Expected Behavior

expected

Actual Behavior

actual

Operating System

Windows 10

Python Version

Python 3.6

ART Version (Use : art.__version__)

ART 4.5

@sepandhaghighi sepandhaghighi added this to the art 4.6 milestone Mar 3, 2020
@sepandhaghighi sepandhaghighi self-assigned this Mar 3, 2020
@sepandhaghighi
Copy link
Owner Author

sepandhaghighi commented Mar 3, 2020

Test tables :

Windows

  1. Run tsave in Windows (ASCII font)
    • Transfer to Linux
    • Transfer to OSX
  2. Run tsave in Windows (Non-ASCII font)
    • Transfer to Linux
    • Transfer to OSX

Linux

  1. Run tsave in Linux (ASCII font)
    • Transfer to Windows
    • Transfer to OSX
  2. Run tsave in Linux (Non-ASCII font)
    • Transfer to Windows
    • Transfer to OSX

OSX

  1. Run tsave in OSX (ASCII font)
    • Transfer to Windows
    • Transfer to Linux
  2. Run tsave in OSX (Non-ASCII font)
    • Transfer to Windows
    • Transfer to Linux

sepandhaghighi added a commit that referenced this issue Mar 8, 2020
sepandhaghighi added a commit that referenced this issue Mar 8, 2020
ssheikholeslami pushed a commit that referenced this issue Mar 24, 2020
`tsave` function bug in Windows fixed (#113)
@sepandhaghighi
Copy link
Owner Author

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

1 participant