Skip to content

Commit

Permalink
_folders automatic catching files and folders made working again, inc…
Browse files Browse the repository at this point in the history
…luding the natlinktimer.

improved the options and feedback when options are mistyped or missing or have been changed
  • Loading branch information
quintijn committed Feb 19, 2024
1 parent 29fcc5e commit 3ffd9e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/unimacro/UnimacroGrammars/_folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# grammar: _folders.py
# Written by: Quintijn Hoogenboom (QH softwaretraining & advies)
# starting 2003, revised QH march 2011
# moved to the GitHub/Dictation-toolbox April 2020
# moved to the GitHub/Dictation-toolbox April 2020, improved vastly Febr 2024 (with partly new options)
#pylint:disable=C0302, W0613, W0702, R0911, R0912, R0913, R0914, R0915, W0212
#pylint:disable=E1101, C0209
r"""with this grammar, you can reach folders, files and websites from any window.
Expand Down Expand Up @@ -649,6 +649,7 @@ def fillListsForActiveFolder(self, activeFolder):
print(f'activeFolder, set {len(subfiles)} files')
elif self.subfoldersDict:
print(f'activeFolder, set {len(subfolders)} subfolders')


def emptyListsForActiveFolder(self):
"""no sublists, empty
Expand Down

0 comments on commit 3ffd9e7

Please sign in to comment.