Commit afb794c2 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

_frontend/widget.py: Added cache usage entry in the startup heading

parent cc233084
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -452,6 +452,7 @@ class LogLine(Widget):
        values["Session Start"] = starttime.strftime('%A, %d-%m-%Y at %H:%M:%S')
        values["Project"] = "{} ({})".format(project.name, project.directory)
        values["Targets"] = ", ".join([t.name for t in stream.targets])
        values["Cache Usage"] = "{}".format(context.get_artifact_cache_usage())
        text += self._format_values(values)

        # User configurations