Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
4297731e
Commit
4297731e
authored
2 months ago
by
Papeleux Luc
Browse files
Options
Downloads
Plain Diff
Merge branch 'ArcelorTec3' into 'master'
fix linux installed version in batch See merge request am-dept/linuxbin!50
parents
2a183d64
bb3af53b
No related branches found
Branches containing commit
Tags
v3056
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parametricJob.py
+1
-1
1 addition, 1 deletion
parametricJob.py
with
1 addition
and
1 deletion
parametricJob.py
+
1
−
1
View file @
4297731e
...
...
@@ -155,7 +155,7 @@ class ParametricJob(PRMSet):
sys
.
exit
(
1
)
def
guessProfile
(
self
):
for
cfgfile
in
[
os
.
path
.
join
(
os
.
path
.
split
(
__file__
)[
0
],
'
env.sh
'
),
for
cfgfile
in
[
os
.
path
.
join
(
os
.
path
.
split
(
__file__
)[
0
],
'
..
'
,
'
env.sh
'
),
os
.
path
.
expanduser
(
'
~/.profile
'
),
os
.
path
.
expanduser
(
'
~/.bash_profile
'
)]:
if
os
.
path
.
isfile
(
cfgfile
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment