Skip to content

Commit 856715d

Browse files
committed
Update m3_sync.py
1 parent 0df80f9 commit 856715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m3_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def main(self):
318318

319319
if self.sync['delete_rest_list'] == 'true':
320320
if os.environ.get('DEBUG_DEVELOP') == 'true':
321-
pdb.set_trace()
321+
pdb.set_trace()
322322
# some are excluded using regex pattern
323323
if self.sync['exclude_list_re'] and re.search(r'{0}'.format(self.sync['exclude_list_re']), mlist.list_name):
324324
continue

0 commit comments

Comments
 (0)