Skip to content
Snippets Groups Projects
Commit d790164a authored by Stephane Chavin's avatar Stephane Chavin
Browse files

Update file get_spectrogram.py

parent edb2f908
Branches
Tags
No related merge requests found
......@@ -108,5 +108,5 @@ if __name__ == "__main__":
num_cpus=args[0].cpu, total=len(df.groupby('Path')))
directory = args[0].directory
final_dest = os.path.join(directory, dest[0] if len(dest) is list else dest)
final_dest = os.path.join(directory, dest[0] if type(dest) == list else dest)
print(f'Saved to {final_dest}')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment