Skip to content

Commit b20e2fc

Browse files
committed
add return
1 parent c147560 commit b20e2fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/somesy/core/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ def set_origin(self):
780780
"""Set the origin of the input file."""
781781
if self.config and self.config.input_file:
782782
self._origin = self.config.input_file
783+
return self
783784

784785
def is_somesy_file(self) -> bool:
785786
"""Return whether this somesy input is from a somesy config file.

0 commit comments

Comments
 (0)