ZnTrack icon indicating copy to clipboard operation
ZnTrack copied to clipboard

node_name being `123_123` might be cast to int

Open PythonFZ opened this issue 1 year ago • 1 comments

  • check that a node name can be f{123}_{123}
  • ensure self.name is string
  • in the _ warning, suggest using - instead

PythonFZ avatar Feb 14 '25 11:02 PythonFZ

Also test that groups / node names can not contain illegal characters, such as blank space

PythonFZ avatar Jul 14 '25 11:07 PythonFZ