kwiver icon indicating copy to clipboard operation
kwiver copied to clipboard

Process naming issues

Open linus-sherrill opened this issue 3 years ago • 2 comments

It is reported that a '-' (dash) does not work as part of a process name. According to the code, a ‘-’ should be allowed as part of the process name, although not the first character.

This needs to be tested and fixed if it does not work.

linus-sherrill avatar May 11 '21 20:05 linus-sherrill

@chetnieter Could you please share more details on how to recreate this problem?

aramSofthenge avatar Dec 04 '23 12:12 aramSofthenge

@chetnieter Could you please share more details on how to recreate this problem?

I am trying to reproduce the issue by changing the process names in the hough_detector.pipe example. I am able to confirm that a process name can not start with a '-' but I can not reproduce any issues with a process name with a '-' in name but not the first character. @linus-sherrill do you remember any more details about the observed failure?

chetnieter avatar Dec 04 '23 21:12 chetnieter