Skip to content

Commit 20f5f48

Browse files
committed
wip
1 parent ed038ea commit 20f5f48

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-toml
99
- id: check-yaml
1010
exclude: template.yaml
11-
- id: debug-statements
11+
# - id: debug-statements
1212
- id: end-of-file-fixer
1313
exclude: WHEEL
1414
exclude_types: [json]

tools/synchro.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ def main() -> None:
371371
print(f"Refusing to overwrite {sync_name}")
372372
errored = True
373373
if errored:
374+
import pdb
375+
376+
pdb.set_trace()
374377
raise ValueError("Aborting synchro due to errors")
375378

376379
unasync_directory(async_files, _pymongo_base, _pymongo_dest_base, replacements)

0 commit comments

Comments
 (0)