Skip to content

Commit

Permalink
debug nocss
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarroll committed Jan 12, 2017
1 parent 06312b4 commit 3bc8033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningsave.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

1 comment on commit 3bc8033

@dcarroll
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #52

Please sign in to comment.