sadmicrowave/Resume-Ranker

`--rename=` CLI argument does not default when not present

Closed this issue · 0 comments

When the --rename= CLI argument is not present it should default to True; instead the following error displays:

Traceback (most recent call last): File "ranker.py", line 353, in <module> rename = True if rename.upper() == 'YES' else False AttributeError: 'NoneType' object has no attribute 'upper'