8000 fixed typo in sample · subodhgupta/server-client-python@071179b · GitHub
[go: up one dir, main page]

Skip to content

Commit 071179b

Browse files
committed
fixed typo in sample
1 parent 0dab12e commit 071179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/explore_workbook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
parser.add_argument('--publish', '-p', metavar='FILEPATH', help='path to workbook to publish')
2323
parser.add_argument('--download', '-d', metavar='FILEPATH', help='path to save downloaded workbook')
2424
parser.add_argument('--preview-image', '-i', metavar='FILEPATH', help='path to save populated preview image')
25-
parser.add_argument('--logging-level', '-l', choices=['debug', 'info', 'error'], defualt='error',
25+
parser.add_argument('--logging-level', '-l', choices=['debug', 'info', 'error'], default='error',
2626
help='desired logging level (set to error by default)')
2727
args = parser.parse_args()
2828

0 commit comments

Comments
 (0)
0