Browse Source

the sync thread will continue, don't change directory

PYADPT-116
Volker Birk 4 years ago
parent
commit
5c4dcdba4a
  1. 2
      test/sync_test.py

2
test/sync_test.py

@ -36,8 +36,6 @@ def test_for(path, color=None, end_on=None, mt=False, imap=False, own_ident=1):
sync_handshake.run(path, color, imap, own_ident)
os.chdir(cwd)
def setup(path):
cwd = os.getcwd();

Loading…
Cancel
Save