Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pycalibration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
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
calibration
pycalibration
Commits
a40b7379
Commit
a40b7379
authored
5 years ago
by
Karim Ahmed
Browse files
Options
Downloads
Patches
Plain Diff
instrument instead of req-instr
parent
1b785d46
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!93
feat/reportservice
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reportservice/manual_run.py
+2
-2
2 additions, 2 deletions
reportservice/manual_run.py
with
2 additions
and
2 deletions
reportservice/manual_run.py
+
2
−
2
View file @
a40b7379
...
@@ -37,7 +37,7 @@ def manual_run(req_instr):
...
@@ -37,7 +37,7 @@ def manual_run(req_instr):
logging
.
info
(
'
{} Manual Run
'
.
format
(
msg
))
logging
.
info
(
'
{} Manual Run
'
.
format
(
msg
))
arg_parser
=
argparse
.
ArgumentParser
(
description
=
'
Manual Launch
'
)
arg_parser
=
argparse
.
ArgumentParser
(
description
=
'
Manual Launch
'
)
arg_parser
.
add_argument
(
'
--
req-
instr
'
,
default
=
[
'
all
'
],
nargs
=
'
+
'
)
arg_parser
.
add_argument
(
'
--instr
ument
'
,
default
=
[
'
all
'
],
nargs
=
'
+
'
)
arg_parser
.
add_argument
(
'
--config-file
'
,
type
=
str
,
default
=
'
./report_conf.yaml
'
)
arg_parser
.
add_argument
(
'
--config-file
'
,
type
=
str
,
default
=
'
./report_conf.yaml
'
)
arg_parser
.
add_argument
(
'
--log-file
'
,
type
=
str
,
default
=
'
./report.log
'
)
arg_parser
.
add_argument
(
'
--log-file
'
,
type
=
str
,
default
=
'
./report.log
'
)
arg_parser
.
add_argument
(
'
--logging
'
,
type
=
str
,
default
=
"
INFO
"
,
arg_parser
.
add_argument
(
'
--logging
'
,
type
=
str
,
default
=
"
INFO
"
,
...
@@ -57,4 +57,4 @@ if __name__ == "__main__":
...
@@ -57,4 +57,4 @@ if __name__ == "__main__":
format
=
'
%(levelname)-6s: %(asctime)s %(message)s
'
,
format
=
'
%(levelname)-6s: %(asctime)s %(message)s
'
,
datefmt
=
'
%Y-%m-%d %H:%M:%S
'
)
datefmt
=
'
%Y-%m-%d %H:%M:%S
'
)
manual_run
(
args
[
"
req_
instr
"
])
manual_run
(
args
[
"
instr
ument
"
])
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