rosin-project / ros2_fuzz

An automatic fuzzing tool for ROS 2 C++ projects
MIT License
10 stars 1 forks source link

"The file `fuzz.yaml` has been overwritten" even though the file does not exist #1

Closed zhoulaifu closed 3 years ago

zhoulaifu commented 3 years ago

If I delete fuzz.yaml and run auto_detector, a new fuzz.yaml is generated as expected but your code still says "The file fuzz.yaml has been overwritten".

Just a tiny issue.

r`` oot@8f547eee9372:/opt/ros_ws# rm fuzz.yaml root@8f547eee9372:/opt/ros_ws# auto_detector [!] | TheFibonaccitype may be incomplete i | The filefuzz.yamlhas been generated [!] | Fill the TODOs accordingly before continuing! ? Do you want to autodetect parameters? Yes [!] | The 'TODO' keyword was found in the yaml file [!] | Did you forget to fill in the blanks? i | Detecting services' parameters ? Detect parameters for serviceadd_two_ints? Yes ? Detect parameters for serviceadd_three_ints? Yes ? Detect parameters for topicadd_two_ints? Yes ? Detect parameters for topicadd_three_ints? Yes i | The filefuzz.yaml` has been overwritten

zhoulaifu commented 3 years ago

Does not seem to be an issue