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

Commit

Permalink
pass none keyword arguments as none keyword !
Browse files Browse the repository at this point in the history
  • Loading branch information
jukart committed Sep 21, 2006
1 parent f0c2a5a commit bb44d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/sampledata/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def generate(self, context=None, param={}, seed=None):
generatorParam = info.param

contextFrom[info.name] = info.generator.generate(
context=genContext,
genContext,
param=generatorParam,
dataSource=data,
seed=seed)
Expand Down

0 comments on commit bb44d3c

Please sign in to comment.