Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dbacademy/dbhelper/lesson_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def username(self) -> str:
"""
:return: the current user's name as determined by invoking "SELECT current_user()" in the consumer's workspace.
"""
return self.__username
return to_clean_lesson_name(self.__username)

@property
def create_catalog(self) -> bool:
Expand Down