操作
バグ #4476
未完了Pythonのソースコードのコメント文がインデント1個分ずれる
開始日:
2018/03/05
期日:
進捗率:
100%
予定工数:
説明
Pythonのソースコード生成時に、以下のようにコメントがインデント1個分ずれるので修正する。
##
#
# The execution action that is invoked periodically
# former rtc_active_do()
#
# @param ec_id target ExecutionContext Id
#
# @return RTC::ReturnCode_t
#
#
def onExecute(self, ec_id):
return RTC.RTC_OK
操作