From 0a0b804bc7a2bfeb12864e597e64a16156c9da32 Mon Sep 17 00:00:00 2001 From: cooperdk <564150+cooperdk@users.noreply.github.com> Date: Sun, 21 Feb 2021 23:17:35 +0100 Subject: [PATCH] Merge remote-tracking branch 'origin/main' into main # Conflicts: # flatten.py --- flatten.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flatten.py b/flatten.py index 5f593c8..7085101 100644 --- a/flatten.py +++ b/flatten.py @@ -124,8 +124,8 @@ def checkSubFolders (directory: str, root: str): def printhelp (): # Prints a help text - print("FLATTEN 0.6") - print("===========") + print("FLATTEN v0.7.2") + print("==============") print("") print("A utility to flatten adult video scene directories") print("Will work from an input directory and move all files below the parent subfolders")