ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
216 stars 12 forks source link

Default config contains pre python hook, which is always printed #26

Closed Profpatsch closed 3 years ago

Profpatsch commented 3 years ago

The default configuration contains the section

hooks:
  #| Is per default the "hooks" directory in the `dataDir`
  # directory: /custom/path/hooks
  launch:
    pre:
      - interpreter: python3
        body: print('Python test')

which will lead an “unconfigured” tasklite to always print Python test when you call it.

ad-si commented 3 years ago

Commented out in 7b44b8aa98d8f24a0bc42bee8c3b15c4f9cc18cc