You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of create_layers.py will touch also the existing layers given in the comment. This was intended so that for example abstract texts and titles would be updated. The side-effect is that those layers can be seen changed even if nothing changed.
The proposed solution is to add --update-existing-layers command-line option, or similar.
The text was updated successfully, but these errors were encountered:
The current version of
create_layers.py
will touch also the existing layers given in the comment. This was intended so that for example abstract texts and titles would be updated. The side-effect is that those layers can be seen changed even if nothing changed.The proposed solution is to add
--update-existing-layers
command-line option, or similar.The text was updated successfully, but these errors were encountered: