fixed width for logo in scilog
CI for csaxs_bec / test (pull_request) Successful in 1m59s
Read the Docs Deploy Trigger / trigger-rtd-webhook (push) Successful in 2s
CI for csaxs_bec / test (push) Successful in 1m57s

This commit was merged in pull request #171.
This commit is contained in:
x12sa
2026-03-25 13:39:07 +01:00
parent 88df4781ec
commit d9fc3094b6
@@ -2303,7 +2303,7 @@ class Flomni(
/ logo_file_rel
).resolve()
print(logo_file)
bec.messaging.scilog.new().add_attachment(logo_file).add_text(content.replace("\n", "<br>")).add_tags("tomoscan").send()
bec.messaging.scilog.new().add_attachment(logo_file, width=200).add_text(content.replace("\n", "<br>")).add_tags("tomoscan").send()
if __name__ == "__main__":