mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Python console execution refactoring. Occasionally fixes PY-13041
This commit is contained in:
@@ -148,7 +148,7 @@ public class SphinxBaseCommand {
|
||||
|
||||
ReSTService service = ReSTService.getInstance(module);
|
||||
cmd.setWorkDirectory(service.getWorkdir().isEmpty()? module.getProject().getBaseDir().getPath(): service.getWorkdir());
|
||||
PythonCommandLineState.createStandardGroupsIn(cmd);
|
||||
PythonCommandLineState.createStandardGroups(cmd);
|
||||
ParamsGroup script_params = cmd.getParametersList().getParamsGroup(PythonCommandLineState.GROUP_SCRIPT);
|
||||
assert script_params != null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user