175 |
175 |
176 def initialLoadAndCheck(self, forceUpload): |
176 def initialLoadAndCheck(self, forceUpload): |
177 """ |
177 """ |
178 Public method to do the initial check. |
178 Public method to do the initial check. |
179 |
179 |
180 @keyparam forceUpload flag indicating a forced upload of the files |
180 @param forceUpload flag indicating a forced upload of the files |
181 (boolean) |
181 (boolean) |
182 @exception NotImplementedError raised to indicate that this method |
182 @exception NotImplementedError raised to indicate that this method |
183 must be implemented by subclasses |
183 must be implemented by subclasses |
184 """ |
184 """ |
185 raise NotImplementedError |
185 raise NotImplementedError |