From e0a7e360f72d034f367d30bb9e7034b7c4d21069 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 26 Dec 2020 16:21:22 -0800 Subject: [PATCH] Remove extraneous comment --- jrnl/config.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/jrnl/config.py b/jrnl/config.py index c7b67ac7..d2e671ae 100644 --- a/jrnl/config.py +++ b/jrnl/config.py @@ -32,9 +32,6 @@ def get_config_path(): try: config_directory_path = xdg.BaseDirectory.save_config_path(XDG_RESOURCE) except FileExistsError: - # .TODO raise a custom jrnl exception - # this is when XDG tries to create a directory with the same name as a file that exists - raise ConfigDirectoryPathIsFileException( "The path to your jrnl configuration directory is a file, not a directory:\n" + os.path.join(xdg.BaseDirectory.xdg_config_home, XDG_RESOURCE)