Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
marc
measurements
Commits
d32b8644
Commit
d32b8644
authored
Oct 29, 2017
by
marc
Browse files
minor
parent
c2f572f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
d32b8644
...
...
@@ -58,7 +58,7 @@ class Measurements():
'''
Compile CLI and execute command
'''
logging
.
info
(
'Excute CLI: {} {}'
.
format
(
self
.
tool
,
self
.
integrationTime
))
logging
.
info
(
'Excute CLI: {}
{}
{}'
.
format
(
self
.
tool
,
self
.
centralFrequency
,
self
.
integrationTime
))
'''
Note: in the stub dumpwide I added /bin/bash, otherwise you get an Exec format error.
'''
...
...
Write
Preview
Supports
Markdown
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