mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[platform] GeneralCommandLine usages migrated to new parent environment API (IDEA-118946)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2014 JetBrains s.r.o.
|
||||
* Copyright 2000-2015 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -166,7 +166,6 @@ public class SphinxBaseCommand {
|
||||
}
|
||||
}
|
||||
|
||||
cmd.setPassParentEnvironment(true);
|
||||
setPythonIOEncoding(cmd.getEnvironment(), "utf-8");
|
||||
setPythonUnbuffered(cmd.getEnvironment());
|
||||
cmd.getEnvironment().put("PYCHARM_EP_DIST", "Sphinx");
|
||||
|
||||
Reference in New Issue
Block a user