Skip to content
Snippets Groups Projects
Commit 5861baa4 authored by TonyFord's avatar TonyFord
Browse files

ignore language-code if fairex order

parent 2d1f86d1
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,9 @@ for source in Pulls:
# check order.yml
if( 'language-code' not in OO ):
logme('- order.yml[language-code] not found -> SKIP order !')
continue
if( ( OO['fairex'] != True ) if 'fairex' in OO else True ):
logme('- order.yml[language-code] not found -> SKIP order !')
continue
else:
if( OO['language-code'] not in Language_codes ):
logme('- order.yml[language-code] = "'+ OO['language-code'] +'" invalid, check _data/language-codes.yml -> SKIP order !')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment