Skip to content

Commit bd55571

Browse files
Lingling PengLingling Peng
authored andcommitted
Merge branch 'synpy-1632' of https://github.com/Sage-Bionetworks/synapsePythonClient into synpy-1632
2 parents 27cd5ab + f3a3cb6 commit bd55571

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

synapseclient/models/table_components.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ class SumFileSizes:
4545
sum_file_size_bytes: int = None
4646
"""The sum of the file size in bytes."""
4747

48-
greater_than: bool = None
49-
"""When true, the actual sum of the files sizes is greater than the value provided with 'sumFileSizesBytes'. When false, the actual sum of the files sizes is equlas the value provided with 'sumFileSizesBytes'"""
48+
"""When true, the actual sum of the files sizes is greater than the value provided with 'sumFileSizesBytes'. When false, the actual sum of the files sizes is equals the value provided with 'sumFileSizesBytes'"""
5049

5150

5251
@dataclass

0 commit comments

Comments
 (0)