Changeset 8407e25 for protocols


Ignore:
Timestamp:
2013-03-06T19:41:18Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
52ceb4b
Parents:
ed3ff43
Message:

skyped: fix typo when not finding config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skyped.py

    red3ff43 r8407e25  
    468468
    469469        if not os.path.exists(options.config):
    470                 parser.error(( "Can't find configuration file at '%s'."
     470                parser.error(( "Can't find configuration file at '%s'. "
    471471                        "Use the -c option to specify an alternate one." )% options.config)
    472472
Note: See TracChangeset for help on using the changeset viewer.