rticommunity / rticonnextdds-logparser

RTI Log Parser for Connext DDS is a command-line tool that processes and enhances Connext DDS log messages making it easier to debug applications.
https://www.rti.com/developers/rti-labs/easy-debugging-with-log-parser
Apache License 2.0
13 stars 6 forks source link

LogParser crashes if the input file does not exists #18

Closed iblancasa closed 7 years ago

iblancasa commented 7 years ago

If you run:

python rtilogparser.py -i fake.txt

And fake.txt does not exists, LogParser will crash.