dropbox / nautilus-dropbox

Dropbox Integration for Nautilus
Other
236 stars 55 forks source link

dropbox.py: DeprecationWarning: isSet() is deprecated, use is_set() instead #102

Open gtirloni opened 2 years ago

gtirloni commented 2 years ago

Download the script from: https://www.dropbox.com/download?dl=packages/dropbox.py (mentioned here).

 $ ./dropbox status
./dropbox:612: DeprecationWarning: isSet() is deprecated, use is_set() instead
  if self.stop_event.isSet(): break
Syncing 12,345 files • 2+ days
Downloading 12,345 files (22.5 KB/sec, 2+ days)
ziegenberg commented 2 years ago

This is fixed by #99, once there is a new release.

moerkey commented 1 year ago

This is fixed by #99, once there is a new release.

When will that be?