add run folder
This commit is contained in:
@@ -53,8 +53,9 @@ class WelcomeMessage:
|
||||
)
|
||||
else:
|
||||
logging.warning(
|
||||
"Welcome manual missing, skipping attachment. Looked at: %s "
|
||||
"(set SERVER_ASSETS_DIR or WELCOME_MANUAL_FILENAME to adjust)", self.manual
|
||||
f"Welcome manual missing, skipping attachment. Looked at: {self.manual} "
|
||||
f"(set SERVER_ASSETS_DIR or WELCOME_MANUAL_FILENAME to adjust). "
|
||||
f"Current working directory: {os.getcwd()}"
|
||||
)
|
||||
# If you later implement send_gmail() without attachment, call it here.
|
||||
# from utils.email import send_gmail
|
||||
|
||||
Reference in New Issue
Block a user