mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Fix typo in error output
This commit is contained in:
parent
72a1da23a7
commit
fe91730d56
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ with open(config_file, 'r') as cfgfile:
|
|||
try:
|
||||
o_config = yaml.load(cfgfile)
|
||||
except Exception as e:
|
||||
print('ERROR: Failed ot parse configuration file: {}'.format(e))
|
||||
print('ERROR: Failed to parse configuration file: {}'.format(e))
|
||||
exit(1)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue