forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/6.0'
Change-Id: I405e3f95b0cdcd7b2686f31baae16c03c787f007
This commit is contained in:
@@ -518,7 +518,7 @@ void openPythonRepl(const FilePath &file, ReplType type)
|
||||
return project->projectDirectory();
|
||||
return FilePath::fromString(QDir::currentPath());
|
||||
}
|
||||
return file;
|
||||
return file.absolutePath();
|
||||
};
|
||||
|
||||
const auto args = QStringList{"-i"} + replImportArgs(file, type);
|
||||
|
||||
Reference in New Issue
Block a user