Update slic/utils/elog.py
Run CI Tests / test (push) Successful in 2m3s

This commit is contained in:
2025-08-15 16:30:58 +02:00
parent a29d62b11b
commit 1b9d3decc3
+1 -1
View File
@@ -19,7 +19,7 @@ class Elog:
def screenshot(self, message="", **kwargs):
filepath = self._screenshot.shoot(**kwargs)[0]
kwargs["attachments"] = [filepath]
self.post(message, **kwargs)
return self.post(message, **kwargs)
def get_default_elog_instance(url, **kwargs):
kwargs.setdefault("user", getuser())