Skip to content

Commit 801ef38

Browse files
committed
Allow for *args, **kwargs in __call__
1 parent 0afaf8a commit 801ef38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fogpy/composites.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def __call__(self, projectables, *args, **kwargs):
369369

370370
class FogCompositorNight(FogCompositor):
371371

372-
def __call__(self, projectables):
372+
def __call__(self, projectables, *args, **kwargs):
373373
logger.debug("Creating fog composite for {} instrument scene {}"
374374
.format(self.fullname, self.time_slot))
375375

0 commit comments

Comments
 (0)