From 0b0ddb7c6f259622d9a153eef11888d0706c9ef5 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Thu, 24 Dec 2020 21:40:20 -0600 Subject: Show some of path in filename while editing/creating a file --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 3b57c53..d353072 100644 --- a/config.py +++ b/config.py @@ -1,6 +1,6 @@ from configparser import ConfigParser -config_path = "/home/mark/projects/wikijscmd/config.ini" +config_path = "/home/mark/dev/wikijscmd/config.ini" config = ConfigParser() config.read(config_path) -- cgit v1.2.3