mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
Merge branch 'main' of https://gitlab.sectorq.eu/sectorq/python
This commit is contained in:
@@ -79,7 +79,7 @@ if os.path.exists(_FULL_PATH):
|
|||||||
f.close()
|
f.close()
|
||||||
f = open("video.txt", "a")
|
f = open("video.txt", "a")
|
||||||
for p in parts:
|
for p in parts:
|
||||||
f.write(f"file '{p}'")
|
f.write(f"file '{p}'\n")
|
||||||
|
|
||||||
f.close()
|
f.close()
|
||||||
print(_FULL_PATH)
|
print(_FULL_PATH)
|
||||||
|
|||||||
Reference in New Issue
Block a user