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

Comma in string #16

Closed
ghost opened this issue Jan 29, 2014 · 1 comment
Closed

Comma in string #16

ghost opened this issue Jan 29, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 29, 2014

Part of my file is

[plot]
title = [
"Client: XXXX, Job: XXXX",
"Code: XXXX"
]

when parsed gives the error
ValueError: invalid literal for int() with base 10: 'Job XXXX"'

C:\Anaconda>pip show toml

Name: toml
Version: 0.8.1
Location: c:\anaconda\lib\site-packages
Requires:

The comma in the first string of the array causes a parsing error, it is expecting that the Job part be an integer.

@uiri
Copy link
Owner

uiri commented Jan 29, 2014

Close as duplicate of #17

@uiri uiri closed this as completed Jan 29, 2014
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

1 participant