Commit a9368a7
committed
cast provider size metadata to int before comparing
* GoogleDrive returns its file size metadata as a string rather than
an int. This was causing the max tabular file size checker to fail
because we were trying to compare the metadata size (a str) to the
configured maximum (an int).1 parent fdacfc3 commit a9368a7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments