Changeset d5294d


Ignore:
Timestamp:
05/08/2016 09:36:44 AM (9 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
bb0e69
Parents:
3769d9
Message:

[Tests] Fix json_api AlreadyCancelled watchdog error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/tests/common.py

    r3769d9 rd5294d  
    2929
    3030    def callback(value):
    31         if not watchdog.called:
     31        if not watchdog.called and not watchdog.cancelled:
    3232            watchdog.cancel()
    3333        if not deferred.called:
Note: See TracChangeset for help on using the changeset viewer.