From 3bc8033c3daecf668698a82c1e1303ade69ad1c7 Mon Sep 17 00:00:00 2001 From: Dave Carroll Date: Thu, 12 Jan 2017 13:47:30 -0800 Subject: [PATCH] debug nocss --- lightningsave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningsave.py b/lightningsave.py index 240eb63..09b61f4 100644 --- a/lightningsave.py +++ b/lightningsave.py @@ -1151,7 +1151,7 @@ def is_visible(self, dirs): helper = Helper(self.window) if len(dirs) == 0: return False - + print("looking for " + os.path.basename(dirs[0]) + "Documentation.auradoc") hasfile = helper.has_this_file( dirs[0], os.path.basename(dirs[0]) + "Documentation.auradoc")