Skip to content

Commit

Permalink
#3150
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaillandier committed Jul 27, 2021
1 parent f6da3ef commit 330679e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msi.gama.core/src/msi/gaml/statements/SaveStatement.java
Expand Up @@ -781,6 +781,7 @@ public void saveShape(final IList<? extends IShape> agents, final File f, final
final IExpression var = attributes.get(e);
String name = e.replace("\"", "");
name = name.replace("'", "");
name = name.replace(":", "_");
final String type = type(var);
specs.append(',').append(name).append(':').append(type);
}
Expand Down

0 comments on commit 330679e

Please sign in to comment.