Skip to content

Commit 054b70a

Browse files
committed
Added line break
1 parent 38ee9f0 commit 054b70a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

remove-json-keys/utils/clean.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
for target in ['dist', 'build', '*_cache', '__pycache__', '*.egg-info']:
55
for path in Path('.').rglob(target):
66
if path.is_dir() : shutil.rmtree(path) ; print(f'Removed {path}/')
7+
78
print('Clean complete!')

translate-messages/utils/clean.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
for target in ['dist', 'build', '*_cache', '__pycache__', '*.egg-info']:
55
for path in Path('.').rglob(target):
66
if path.is_dir() : shutil.rmtree(path) ; print(f'Removed {path}/')
7+
78
print('Clean complete!')

0 commit comments

Comments
 (0)