#57 Fix traceback when ipsilon-tools-ipa is not installed
Closed 8 years ago by puiterwijk. Opened 8 years ago by misc.
misc/ipsilon fix_error_first_run  into  master

@@ -405,7 +405,7 @@ 

      else:

          args['lm_order'] = args['lm_order'].split(',')

  

-     if len(args['lm_order']) == 0 and args['ipa'] != 'yes':

+     if len(args['lm_order']) == 0 and args.get('ipa', 'no') != 'yes':

          sys.exit('No login plugins are enabled.')

  

      #FIXME: check instance is only alphanums

no initial comment

I found it on RHEL7.2, so you might need to backport.

Thanks for the PR, and the info!
Looks good to me

Metadata