Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
d6d061f2
Commit
d6d061f2
authored
Mar 27, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix typo (missing space)
parent
f44eab17
Pipeline
#155324
passed with stage
in 7 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pythoninterfaces/abstractpythoninterface.cpp
View file @
d6d061f2
...
...
@@ -134,13 +134,13 @@ bool AbstractPythonInterface::checkSetup()
#endif
if
(
m_pyExec
.
isEmpty
())
{
emit
setupError
(
i18n
(
"Cannot find python3, please install it on your system.
\n
"
"If already installed, check it is installed in a directory"
"If already installed, check it is installed in a directory
"
"listed in PATH environment variable"
));
return
false
;
}
if
(
m_pip3Exec
.
isEmpty
())
{
emit
setupError
(
i18n
(
"Cannot find pip3, please install it on your system.
\n
"
"If already installed, check it is installed in a directory"
"If already installed, check it is installed in a directory
"
"listed in PATH environment variable"
));
return
false
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment