Skip to content

Commit

Permalink
Fix double post.
Browse files Browse the repository at this point in the history
    Double post fixed by only submitting once to each repo.
  • Loading branch information
thoppe committed Oct 9, 2015
1 parent e57ef9f commit 446b4fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run_fixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
FLAG_USING_FILTER = False

# Total number of corrections to run in one batch
#max_total_corrections = 20**10
max_total_corrections = 1
max_total_corrections = 20**10
#max_total_corrections = 1

os.system("mkdir -p logs")
F_SEARCH = sorted(glob.glob("search_data/*"))
Expand Down

0 comments on commit 446b4fd

Please sign in to comment.