You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return super(SizeOnlySyncStrategy, self).compare_time(src_file, dest_file) references a class that isn't imported and doesn't appear to exist. Also, shouldn't a super call from ExactTimestampsSync be passing ExactTimestampsSync to super
The text was updated successfully, but these errors were encountered:
return super(SizeOnlySyncStrategy, self).compare_time(src_file, dest_file)
references a class that isn't imported and doesn't appear to exist. Also, shouldn't a super call from ExactTimestampsSync be passing ExactTimestampsSync to superThe text was updated successfully, but these errors were encountered: