Include function name

merge-requests/30/head
Bob Mottram 2024-07-02 21:20:24 +01:00
parent 687c088f45
commit 94dd99d287
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def set_pet_name(base_dir: str, nickname: str, domain: str,
with open(petnames_filename, 'w+', encoding='utf-8') as petnames_file:
petnames_file.write(entry)
except OSError:
print('EX: unable to write ' + petnames_filename)
print('EX: set_pet_name unable to write ' + petnames_filename)
return False
return True