Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
LipidXplorer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
labShevchenko
LipidXplorer
Commits
32151a9c
Commit
32151a9c
authored
Jan 17, 2018
by
mirandaa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dirty fix to make lipidxplorer2lipidxwork missing import
parent
a356da06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxrun.py
lxrun.py
+2
-2
No files found.
lxrun.py
View file @
32151a9c
...
...
@@ -89,8 +89,8 @@ def lpdxImportCLI():
project
=
Project
()
# the order of the following if-statements integrates prioraties
project
.
options
[
'masterScan'
]
=
args
[
0
]
import
sys
project
.
options
[
'masterScan'
]
=
sys
.
argv
[
0
]
# if the settings are comming from the project file
...
...
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