Skip to content

Commit

Permalink
Update sarc/ldap/mymila.py
Browse files Browse the repository at this point in the history
Co-authored-by: Xavier Bouthillier <[email protected]>
  • Loading branch information
Delaunay and bouthilx authored Feb 20, 2024
1 parent 0e51fd7 commit 8da5ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sarc/ldap/mymila.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def mergecol(mymila_col, ldap_col):
)

# Create the new display name
df["display_name"] = df["Preferred First Name"] + df["Last Name"]
df["display_name"] = df["Preferred First Name"] + " " + df["Last Name"]

# Coerce datetime.date into datetime because bson does not understand date
def convert_datetime(col, origin):
Expand Down

0 comments on commit 8da5ee5

Please sign in to comment.