Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
Cantor
Commits
9a54a1ce
Commit
9a54a1ce
authored
Jun 29, 2020
by
Stefan Gerlach
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation on Windows
parent
e072b082
Pipeline
#25360
passed with stage
in 33 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/backends/python/pythonsession.cpp
src/backends/python/pythonsession.cpp
+1
-1
No files found.
src/backends/python/pythonsession.cpp
View file @
9a54a1ce
...
...
@@ -113,7 +113,7 @@ void PythonSession::login()
m_plotFilePrefixPath
=
QDir
::
tempPath
()
+
QLatin1String
(
"/cantor_python_"
)
+
QString
::
number
(
m_process
->
p
i
d
())
+
QString
::
number
(
m_process
->
p
rocessI
d
())
+
QLatin1String
(
"_"
)
+
QString
::
number
(
rand_dist
(
mt
))
+
QLatin1String
(
"_"
);
...
...
Write
Preview
Markdown
is supported
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