kopipasta 0.8.0__py3-none-any.whl → 0.9.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kopipasta might be problematic. Click here for more details.
- kopipasta/main.py +1 -1
- {kopipasta-0.8.0.dist-info → kopipasta-0.9.0.dist-info}/METADATA +1 -1
- kopipasta-0.9.0.dist-info/RECORD +8 -0
- kopipasta-0.8.0.dist-info/RECORD +0 -8
- {kopipasta-0.8.0.dist-info → kopipasta-0.9.0.dist-info}/LICENSE +0 -0
- {kopipasta-0.8.0.dist-info → kopipasta-0.9.0.dist-info}/WHEEL +0 -0
- {kopipasta-0.8.0.dist-info → kopipasta-0.9.0.dist-info}/entry_points.txt +0 -0
- {kopipasta-0.8.0.dist-info → kopipasta-0.9.0.dist-info}/top_level.txt +0 -0
kopipasta/main.py
CHANGED
|
@@ -374,7 +374,7 @@ def select_file_patches(file_path):
|
|
|
374
374
|
break
|
|
375
375
|
elif choice == 'n':
|
|
376
376
|
placeholder = get_placeholder_comment(language)
|
|
377
|
-
if chunks
|
|
377
|
+
if not chunks or chunks[-1] != placeholder:
|
|
378
378
|
chunks.append(placeholder)
|
|
379
379
|
total_char_count += len(placeholder)
|
|
380
380
|
break
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
kopipasta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
kopipasta/main.py,sha256=93Fl1ofRap1ttgXCku9U_pDNwMFYAQE-Xlh-6SJoDcc,28041
|
|
3
|
+
kopipasta-0.9.0.dist-info/LICENSE,sha256=xw4C9TAU7LFu4r_MwSbky90uzkzNtRwAo3c51IWR8lk,1091
|
|
4
|
+
kopipasta-0.9.0.dist-info/METADATA,sha256=uXaquwx6at46Y8OP92jsoX3dO63yNTtLTy00p0FP3mw,5431
|
|
5
|
+
kopipasta-0.9.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
6
|
+
kopipasta-0.9.0.dist-info/entry_points.txt,sha256=but54qDNz1-F8fVvGstq_QID5tHjczP7bO7rWLFkc6Y,50
|
|
7
|
+
kopipasta-0.9.0.dist-info/top_level.txt,sha256=iXohixMuCdw8UjGDUp0ouICLYBDrx207sgZIJ9lxn0o,10
|
|
8
|
+
kopipasta-0.9.0.dist-info/RECORD,,
|
kopipasta-0.8.0.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
kopipasta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
kopipasta/main.py,sha256=ldvknpIw_PMWdwxTOui_3sd2OR0XEvN6gjwJtejr8VY,28038
|
|
3
|
-
kopipasta-0.8.0.dist-info/LICENSE,sha256=xw4C9TAU7LFu4r_MwSbky90uzkzNtRwAo3c51IWR8lk,1091
|
|
4
|
-
kopipasta-0.8.0.dist-info/METADATA,sha256=uDtR8cTLlP6SY-i305eG0iTCAUZMnVJLSrlYXoViSy8,5431
|
|
5
|
-
kopipasta-0.8.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
6
|
-
kopipasta-0.8.0.dist-info/entry_points.txt,sha256=but54qDNz1-F8fVvGstq_QID5tHjczP7bO7rWLFkc6Y,50
|
|
7
|
-
kopipasta-0.8.0.dist-info/top_level.txt,sha256=iXohixMuCdw8UjGDUp0ouICLYBDrx207sgZIJ9lxn0o,10
|
|
8
|
-
kopipasta-0.8.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|