mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 22:35:12 +03:00
fix chars continued
This commit is contained in:
parent
acdc2343dd
commit
7d2178cb5c
11 changed files with 34 additions and 43 deletions
|
@ -15,7 +15,7 @@ def main():
|
|||
parser.add_argument("--reverse", help="Reversed char conversion (from number to char)", action="store_true")
|
||||
args = parser.parse_args()
|
||||
|
||||
if args.language != "all" and args.language not in special_chars:
|
||||
if args.language not in special_chars:
|
||||
parser.error(args.language + ' is not a supported language. Try one of the supported ones: %s' % list(special_chars.keys()))
|
||||
sys.exit()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue