Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
brivas
mdf_reader
Commits
ee607237
Commit
ee607237
authored
5 years ago
by
iregon
Browse files
Options
Download
Email Patches
Plain Diff
First commit
parent
3748be7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
__main__.py
__main__.py
+8
-0
No files found.
__main__.py
0 → 100644
View file @
ee607237
import
sys
from
mdf_reader
import
read
if
__name__
==
'__main__'
:
kwargs
=
dict
(
arg
.
split
(
'='
)
for
arg
in
sys
.
argv
[
2
:])
if
'sections'
in
kwargs
.
keys
():
kwargs
.
update
({
'sections'
:
[
x
.
strip
()
for
x
in
kwargs
.
get
(
'sections'
).
split
(
","
)]
})
read
(
sys
.
argv
[
1
],
**
kwargs
)
# kwargs
This diff is collapsed.
Click to expand it.
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