mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-11592 Django 1.6: TEMPLATE_DIRS variable in settings.py is not created properly on project creation
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
*/
|
||||
package com.jetbrains.python.packaging;
|
||||
|
||||
import com.intellij.execution.ExecutionException;
|
||||
import com.intellij.openapi.util.text.StringUtil;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@@ -25,7 +26,7 @@ import java.util.regex.Pattern;
|
||||
/**
|
||||
* @author vlan
|
||||
*/
|
||||
public class PyExternalProcessException extends Exception {
|
||||
public class PyExternalProcessException extends ExecutionException {
|
||||
private static final Pattern WITH_CR_DELIMITER_PATTERN = Pattern.compile("(?<=\r|\n|\r\n)");
|
||||
|
||||
private final int myRetcode;
|
||||
|
||||
Reference in New Issue
Block a user