Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenli200133 committed Apr 5, 2023
1 parent d10b415 commit 1bbd4c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions harvest/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def _validate_arguments(self, args):
parsed = urlparse(args.repo)
if not (parsed.scheme and parsed.hostname and parsed.path):
return "ERROR: repo url must be of the form https://hostname/org/repo"
if not args.branch:
args.branch = "master"


class Collate(_CoreHarvestCommand):
Expand Down

0 comments on commit 1bbd4c9

Please sign in to comment.