-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I want to try out the CWSLab Workflow tool so I started with the tutorial.
I've arrived at Step 2 (adding MergeTimeseries module). The tutorial says the workflow can then be run. If I execute there is the following error in MergeTimeseries module (as this module is red and the 2 previous ones are green):
Uncaught exception: "init() takes exactly 2 arguments (1 given)"
Traceback (most recent call last):
File "/opt/cloudapps/vistrails/2.1.2/vistrails/core/modules/vistrails_module.py", line 400, in update
self.compute()
File "/home/561/ccc561/.vistrails/userpackages/cwsl/vt_modules/vt_cdscan.py", line 92, in compute
execution_options=self._execution_options)
File "/home/561/ccc561/.vistrails/userpackages/cwsl/core/process_unit.py", line 94, in init
self.file_creator = FileCreator(output_pattern, final_constraints)
File "/home/561/ccc561/.vistrails/userpackages/cwsl/core/file_creator.py", line 85, in init
raise EmptyConstraintError
TypeError: init() takes exactly 2 arguments (1 given)
I have no idea what is missing.