Skip to content

Commit

Permalink
Merge pull request mozilla#329 from adusca/issue328
Browse files Browse the repository at this point in the history
Issue 328: Do not prompt for password too soon
  • Loading branch information
armenzg committed Aug 17, 2015
2 parents 1d75a12 + 87a3f11 commit c37d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozci/scripts/triggerbyfilters.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def parse_args(argv=None):


def main():
valid_credentials()
options = parse_args()
valid_credentials()

if options.debug:
LOG = setup_logging(logging.DEBUG)
Expand Down

0 comments on commit c37d786

Please sign in to comment.