-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Description
On dev branch, in getLineProps function of helpers.py lines 622-665, there is a check for having both the source and lineProps arguments not None, but it is only done after assigning the inputs from the yaml file to the lineProps variable, so the if not lineProps==None statement can never be False.
Current behavior
Warning: both lineProps and source arguments were passed to getLineProps. lineProps will be ignored is always printed out if source is not None, regardless of the lineProps argument.
Metadata
Metadata
Assignees
Labels
No labels