commit | e50299c5004e1890d5335f4d51e8e576fa6836d5 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu Jun 18 17:41:35 2015 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 18 12:21:44 2019 |
tree | bf2e3ba2be1b0b885c37c1796f1d90662ef414e8 | |
parent | 54520575cd11250ecf5d115b74fce5b8acd3e1aa [diff] |
Allow EdgeFinished and NodeFinished to fail with errors Add an 'err' string argument and return a boolean for success. Update call sites to pass an 'err' string argument and check the return value. This will be useful later for adding logic to these methods that may fail.