Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Support for Portuguese Electronic ID Cards #208

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
fixed identation
  • Loading branch information
jpbarraca committed Nov 8, 2022
commit e5124d4b03acb97e32101c073cd87e8b74d2894a
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def __generate_nPA(self):
"ReligiousArtisticName" in self.datagroups else ''
AcademicTitle = self.datagroups["AcademicTitle"] if \
"AcademicTitle" in self.datagroups else ''
aDateOfBirth = self.datagroups["DateOfBirth"] if "DateOfBirth" in \
aDateOfBirth = self.datagroups["DateOfBirth"] if "DateOfBirth" in \
self.datagroups else '19640812'
PlaceOfBirth = self.datagroups["PlaceOfBirth"] if "PlaceOfBirth" in \
self.datagroups else 'BERLIN'
Expand Down