Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xenv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Gaudi
xenv
Commits
a3c7eda3
Commit
a3c7eda3
authored
5 years ago
by
Marco Clemencic
Browse files
Options
Downloads
Patches
Plain Diff
Remove useless comments
parent
22290839
No related branches found
Branches containing commit
Tags
1.0.0
Tags containing commit
No related merge requests found
Pipeline
#1148688
failed
5 years ago
Stage: test
Stage: integration
Stage: package
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
xenv/__init__.py
+0
-2
0 additions, 2 deletions
xenv/__init__.py
with
0 additions
and
2 deletions
xenv/__init__.py
+
0
−
2
View file @
a3c7eda3
...
...
@@ -279,8 +279,6 @@ class Script(object):
# replace LD_LIBRARY_PATH with the corresponding one on other systems
if
sys
.
platform
.
startswith
(
"
win
"
):
other
=
"
PATH
"
# elif sys.platform.startswith("darwin"):
# other = "DYLD_LIBRARY_PATH"
else
:
other
=
None
if
other
:
...
...
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