バグ #4476
Pythonのソースコードのコメント文がインデント1個分ずれる
Start date:
03/05/2018
Due date:
% Done:
100%
Estimated time:
Description
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
History
#1 Updated by ga almost 5 years ago
- Status changed from 新規 to 解決
- Assignee set to ga
- % Done changed from 0 to 100
たいへん失礼いたしました.コメント部分のインデントを修正させて頂きました.r809