Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
don't start with an extra repeat (thanks eviljeff)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed May 29, 2015
1 parent 16865e4 commit 364176e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkt/webapps/fakedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def generate_apps(hosted=0, packaged=0, privileged=0, versions=('public',),
GENERIC_DESCRIPTION = ""


def generate_apps_from_specs(orig_specs, specdir, repeats=1):
def generate_apps_from_specs(orig_specs, specdir, repeats=0):
global GENERIC_DESCRIPTION
apps = []
repeat_specs = orig_specs * repeats
Expand Down

0 comments on commit 364176e

Please sign in to comment.