First Test Run Confirmed
This commit is contained in:
@@ -22,7 +22,7 @@ import utils.pretty as ct
|
||||
from AirlockTools import tryToReadCSV
|
||||
|
||||
|
||||
def split_filepaths_grouped(df, col="filename", group_parts=3, min_parts=3):
|
||||
def split_filepaths_grouped(df, col="filename", group_parts=4, min_parts=4):
|
||||
def clean_split(path):
|
||||
parts = os.path.normpath(path).split(os.sep)
|
||||
# Remove leading empty strings caused by UNC paths
|
||||
|
||||
Reference in New Issue
Block a user