Skip to content

Commit

Permalink
Update src/pineko/fonll.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Hekhorn <[email protected]>
  • Loading branch information
andreab1997 and felixhekhorn authored Oct 18, 2023
1 parent efd9a0b commit 9b7edb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/fonll.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def fks(self):

@property
def dataset_name(self):
"""Return the name of the dataset given by the fktables name, if all the fktables have the same name."""
"""Return the name of the underlaying dataset."""
names = {self.fk_paths[p].name for p in self.fk_paths}
if len(names) == 1:
return names.pop()
Expand Down

0 comments on commit 9b7edb1

Please sign in to comment.