Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
Fixed seed handling !
Browse files Browse the repository at this point in the history
  • Loading branch information
jukart committed Sep 26, 2006
1 parent 2ad28f9 commit 6340abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/sampledata/browser/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def handle_generate_action(self, action, data):
subform.prefix,
formData)
generatorData[subform.prefix] = formData
gen = data.get('generator', {})
gen = generatorData.get('generator', {})
seed = gen.get('seed', None)
self.workedOn = manager.generate(context=self.context,
param=generatorData,
Expand Down

0 comments on commit 6340abb

Please sign in to comment.