Bug #400
iniparser output format is wrong
Status: | Closed | Start date: | 2015-03-25 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Florian Lier | % Done: | 100% | |
Category: | - | Spent time: | - | |
Target version: | 0.18 |
Description
when providing a non existing file, the formatting of the error message is wrong:
[hist: 3298]╺─╸[bg: 0]╺─╸[11:50:41 - 25.03.15] »» [nkoester @ syd] [/tmp/postmortemanalysis/] fsmt_iniparser my_experiment.ini -o my_experiment.scxml Usage: fsmt_iniparser PATH_TO_INI_FILE fsmt_iniparser: error: The provided INI file at '%s' does not exist!
instead of %s there should be the absolute path to the given ini file:
fsmt_iniparser: error: The provided INI file at '/tmp/postmortemanalysis/my_experiment.ini' does not exist!
History
#1 Updated by Florian Lier over 9 years ago
- Status changed from New to Closed
- Target version changed from master to 0.18
- % Done changed from 0 to 100