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

specEditor error emptied .spec file #76

Open
spmaniato opened this issue Oct 29, 2014 · 0 comments
Open

specEditor error emptied .spec file #76

spmaniato opened this issue Oct 29, 2014 · 0 comments

Comments

@spmaniato
Copy link
Member

The following error resulted in:

  • specEditor getting "stuck". (I couldn't save, compile, etc. Had to ctrl-c.)
  • the "# Specification" part of the .spec file being erased/emptied
Traceback (most recent call last):
  File "specEditor.py", line 1029, in onMenuCompile
    self.proj.writeSpecFile()
  File "/Users/smaniato/Cornell/My Research/LTLMoP/src/lib/project.py", line 186, in writeSpecFile
    fileMethods.writeToFile(filename, data, comments)
  File "/Users/smaniato/Cornell/My Research/LTLMoP/src/lib/fileMethods.py", line 156, in writeToFile
    values = [str(values)]
UnicodeEncodeError: 'ascii' codec can't encode character u'\xdf' in position 628: ordinal not in range(128)
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