Default for input parameter iplot.
This commit is contained in:
parent
1b85625643
commit
dc6c6445a9
@ -498,7 +498,7 @@ if __name__ == "__main__":
|
|||||||
help='''full path to the file containing the input
|
help='''full path to the file containing the input
|
||||||
parameters for autoPyLoT''')
|
parameters for autoPyLoT''')
|
||||||
parser.add_argument('-p', '-P', '--iplot', type=int,
|
parser.add_argument('-p', '-P', '--iplot', type=int,
|
||||||
action='store',
|
action='store', default=0,
|
||||||
help='''optional, logical variable for plotting: 0=none, 1=partial, 2=all''')
|
help='''optional, logical variable for plotting: 0=none, 1=partial, 2=all''')
|
||||||
parser.add_argument('-f', '-F', '--fnames', type=str,
|
parser.add_argument('-f', '-F', '--fnames', type=str,
|
||||||
action='store',
|
action='store',
|
||||||
|
@ -1 +1 @@
|
|||||||
af39-dirty
|
1b85-dirty
|
||||||
|
Loading…
Reference in New Issue
Block a user