Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
muitocomplicado committed Aug 13, 2010
1 parent 179350b commit ceb0349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def full_installer( current, test ):
total += os.path.getsize(os.path.join(root,file))
count += 1

limit = int( total / 3.0 ) + 1000000
limit = int( total / 3.0 ) + ( 10 ** 6 )
if limit > 2 * ( 10 ** 9 ):
limit = 2 * ( 10 ** 9 )

Expand Down

0 comments on commit ceb0349

Please sign in to comment.