Skip to content

Commit d217962

Browse files
Trust argparse
Co-authored-by: Iuri de Silvio <[email protected]>
1 parent eb4f7c5 commit d217962

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

roboflow/roboflowpy.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@
1616

1717

1818
def login(args):
19-
if args.force:
20-
roboflow.login(force=True)
21-
else:
22-
roboflow.login()
19+
roboflow.login(force=args.force)
2320

2421

2522
def _parse_url(url):

0 commit comments

Comments
 (0)