Révision 13731dc4 modules/dos_input.py
b/modules/dos_input.py | ||
---|---|---|
681 | 681 |
def get_use_molec_file(): |
682 | 682 |
use_molec_file = dos_inp.get('Screening', 'use_molec_file', |
683 | 683 |
fallback='False') |
684 |
if use_molec_file in turn_false_answers: |
|
684 |
if use_molec_file.lower() in turn_false_answers:
|
|
685 | 685 |
return False |
686 | 686 |
if not os.path.isfile(use_molec_file): |
687 | 687 |
logger.error(f'File {use_molec_file} not found.') |
Formats disponibles : Unified diff