From 44ccaa318f33937316d4a9f63324dc67835a0b99 Mon Sep 17 00:00:00 2001 From: Brennen Raimer <5969754+norweeg@users.noreply.github.com> Date: Mon, 4 May 2026 12:09:44 -0400 Subject: [PATCH] forgot the description in the argparser --- relative-playlist-maker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relative-playlist-maker.py b/relative-playlist-maker.py index e12f0f2..ff3856b 100644 --- a/relative-playlist-maker.py +++ b/relative-playlist-maker.py @@ -35,7 +35,7 @@ if __name__ == "__main__": ) parser = ArgumentParser( - description="" + description="Recursively traverse a music folder containing tracks and playlist files that reference them, replacing absolute paths in the playlists with equivalent relative paths." ) parser.add_argument(