Skip to content

Commit

Permalink
Trust argparse
Browse files Browse the repository at this point in the history
Co-authored-by: Iuri de Silvio <[email protected]>
  • Loading branch information
lrosemberg and iurisilvio authored Jan 28, 2025
1 parent eb4f7c5 commit d217962
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roboflow/roboflowpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@


def login(args):
if args.force:
roboflow.login(force=True)
else:
roboflow.login()
roboflow.login(force=args.force)


def _parse_url(url):
Expand Down

0 comments on commit d217962

Please sign in to comment.