You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed poetry and Pendulum manually according to this to bypass initial install issue.
Then, I think I've managed to setup a valid config file, but I'm getting this output from 'organize config --debug':
Traceback (most recent call last):
File "C:\Python38\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python38\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Python38\Scripts\organize.exe\__main__.py", line 7, in <module>
File "C:\Python38\lib\site-packages\organize\cli.py", line 65, in main
config_debug(config_path)
File "C:\Python38\lib\site-packages\organize\cli.py", line 123, in config_debug
rules = config.rules
File "C:\Python38\lib\site-packages\organize\config.py", line 160, in rules
rule_filters = list(self.instantiate_filters(rule_item))
File "C:\Python38\lib\site-packages\organize\config.py", line 121, in instantiate_filters
yield self._class_instance_with_args(filter_class, args)
File "C:\Python38\lib\site-packages\organize\config.py", line 98, in _class_instance_with_args
return Cls(**args)
File "C:\Python38\lib\site-packages\organize\filters\filename.py", line 81, in __init__
self.startswith = self.create_list(startswith, case_sensitive)
File "C:\Python38\lib\site-packages\organize\filters\filename.py", line 103, in create_list
x = [str(x) for x in x]
TypeError: 'int' object is not iterable
Installed poetry and Pendulum manually according to this to bypass initial install issue.
Then, I think I've managed to setup a valid config file, but I'm getting this output from 'organize config --debug':
slightly anonymized config:
The text was updated successfully, but these errors were encountered: