beremiz
Clone
Summary
Browse
Changes
Graph
IDE: systematically log command when launching process (was not showing in case of LOCAL:// runtime being launched)
svghmi
2021-08-21, Edouard Tisserant
7e59bd180bc6
IDE: systematically log command when launching process (was not showing in case of LOCAL:// runtime being launched)
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")