Skip to content

Commit

Permalink
Fix Lint issues sap_control_exec.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerleber authored May 23, 2024
1 parent 73c8b95 commit 279c8cb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions plugins/modules/sap_control_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,18 +225,18 @@


def choices():
retlist = ["Start","Stop","Shutdown","InstanceStart","InstanceStop","Bootstrap","ParameterValue","GetProcessList",
"GetProcessList2","GetStartProfile","GetTraceFile","GetAlertTree","GetAlerts","RestartService",
"StopService","GetEnvironment","ListDeveloperTraces","ListLogFiles","ReadDeveloperTrace","ReadLogFile",
"AnalyseLogFile","ConfigureLogFileList","GetLogFileList","RestartInstance","SendSignal","GetVersionInfo",
"GetQueueStatistic","GetInstanceProperties","OSExecute","AnalyseLogFiles","GetAccessPointList",
"GetSystemInstanceList","StartSystem","StopSystem","RestartSystem","AccessCheck","GetProcessParameter",
"SetProcessParameter","SetProcessParameter2","ShmDetach","CreateSnapshot","ReadSnapshot","ListSnapshots",
"DeleteSnapshots","RequestLogonFile","GetNetworkId","GetSecNetworkId","UpdateSystem","GetSystemUpdateList",
"UpdateSCSInstance","ABAPReadSyslog","ABAPReadRawSyslog","ABAPGetWPTable","ABAPAcknoledgeAlerts",
"CMGetThreadList","ICMGetConnectionList","ICMGetCacheEntries","ICMGetProxyConnectionList",
"WebDispGetServerList","WebDispGetGroupList","WebDispGetVirtHostList","WebDispGeUrlPrefixList",
"EnqGetLockTable","EnqRemoveLocks","EnqGetStatistic"]
retlist = ["Start", "Stop", "Shutdown", "InstanceStart", "InstanceStop", "Bootstrap", "ParameterValue", "GetProcessList",
"GetProcessList2", "GetStartProfile", "GetTraceFile", "GetAlertTree", "GetAlerts", "RestartService",
"StopService", "GetEnvironment", "ListDeveloperTraces", "ListLogFiles", "ReadDeveloperTrace", "ReadLogFile",
"AnalyseLogFile", "ConfigureLogFileList", "GetLogFileList", "RestartInstance", "SendSignal", "GetVersionInfo",
"GetQueueStatistic", "GetInstanceProperties", "OSExecute", "AnalyseLogFiles", "GetAccessPointList",
"GetSystemInstanceList", "StartSystem", "StopSystem", "RestartSystem", "AccessCheck", "GetProcessParameter",
"SetProcessParameter", "SetProcessParameter2", "ShmDetach", "CreateSnapshot", "ReadSnapshot", "ListSnapshots",
"DeleteSnapshots", "RequestLogonFile", "GetNetworkId", "GetSecNetworkId", "UpdateSystem", "GetSystemUpdateList",
"UpdateSCSInstance", "ABAPReadSyslog", "ABAPReadRawSyslog", "ABAPGetWPTable", "ABAPAcknoledgeAlerts",
"CMGetThreadList", "ICMGetConnectionList", "ICMGetCacheEntries", "ICMGetProxyConnectionList",
"WebDispGetServerList", "WebDispGetGroupList", "WebDispGetVirtHostList", "WebDispGeUrlPrefixList",
"EnqGetLockTable", "EnqRemoveLocks", "EnqGetStatistic"]
return retlist


Expand Down

0 comments on commit 279c8cb

Please sign in to comment.