Skip to content

Commit daa99bf

Browse files
Lingling PengLingling Peng
authored andcommitted
add back greater_than due to error from copilot
1 parent bd55571 commit daa99bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/models/table_components.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SumFileSizes:
4444

4545
sum_file_size_bytes: int = None
4646
"""The sum of the file size in bytes."""
47-
47+
greater_than: bool = None
4848
"""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'"""
4949

5050

0 commit comments

Comments
 (0)