Skip to content

Commit 8568689

Browse files
author
surbhi
committed
improve error msg
1 parent 431c197 commit 8568689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitmessagekivy/baseclass/maildetail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def init_ui(self, dt=0):
109109
self.assign_mail_details(data)
110110
App.get_running_app().set_mail_detail_header()
111111
except Exception:
112-
print('Something went wrong!')
112+
print("Error during MailDetail initalization")
113113

114114
def assign_mail_details(self, data):
115115
"""Assign mail details from query result."""

0 commit comments

Comments
 (0)