Skip to content

Commit

Permalink
tools: Move duplicate_commits.json file to tools directory.
Browse files Browse the repository at this point in the history
This is a prep commit for generating /team page data
using cron job. zerver/tests directory is not present in
production installation. So moving the file from the directory
tests to tools.
  • Loading branch information
hackerkid authored and timabbott committed Apr 7, 2020
1 parent 7990676 commit abad536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions tools/update-authors-json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import requests
import json

FIXTURE_FILE = os.path.join(os.path.dirname(__file__), '../zerver/tests/fixtures/authors.json')
duplicate_commits_file = os.path.join(os.path.dirname(__file__),
'../zerver/tests/fixtures/duplicate_commits.json')
duplicate_commits_file = os.path.join(os.path.dirname(__file__), 'duplicate_commits.json')

parser = argparse.ArgumentParser()
parser.add_argument('--max-retries', type=int, default=3,
Expand Down

0 comments on commit abad536

Please sign in to comment.