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

sdfの<model>タグの内側で<include>タグを使うとエラーになる #15

Open
fkanehiro opened this issue Jul 9, 2015 · 0 comments

Comments

@fkanehiro
Copy link
Owner

以下のようなエラーが発生する。

Traceback (most recent call last):
  File "/usr/local/bin/simtrans", line 9, in <module>
    load_entry_point('simtrans==e0c4273', 'console_scripts', 'simtrans')()
  File "/usr/local/lib/python2.7/dist-packages/simtrans-e0c4273-py2.7.egg/simtrans/cli.py", line 108, in main
    model = reader.read(options.fromfile, assethandler=handler)
  File "/usr/local/lib/python2.7/dist-packages/simtrans-e0c4273-py2.7.egg/simtrans/sdf.py", line 76, in read
    name = i.find('name').text
AttributeError: 'NoneType' object has no attribute 'text'
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