Skip to content

Commit

Permalink
add detailed error message when link is reduced by gz command (ref fk…
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuke committed Jan 8, 2016
1 parent 45936c6 commit 1f68dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simtrans/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def main():
m = nm

if len(m.links) == 0:
logging.error("cannot read links at all (probably the model refers to another model by <include> tag)")
logging.error("cannot read links at all (probably the model refers to another model by <include> tag or <link> tag contains no <inertial> or <visual> or <collision> item and reduced by simulation optimization process of gz command used inside simtrans)")
return 1

if meshoutput:
Expand Down

0 comments on commit 1f68dad

Please sign in to comment.