Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run help command #13

Open
seanmcnally98 opened this issue Jan 14, 2025 · 0 comments
Open

Cannot run help command #13

seanmcnally98 opened this issue Jan 14, 2025 · 0 comments

Comments

@seanmcnally98
Copy link

Getting this error:

Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Python311\Scripts\fioctl.exe\__main__.py", line 4, in <module> File "C:\Python311\Lib\site-packages\fioctl\fioctl.py", line 6, in <module> from .projects import projects File "C:\Python311\Lib\site-packages\fioctl\projects.py", line 4, in <module> from . import assets File "C:\Python311\Lib\site-packages\fioctl\assets.py", line 14, in <module> DEFAULT_COLS=column_default('assets', 'id,name,type,project_id,filesize,private') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\fioctl\config.py", line 37, in column_default columns = config.fetch(module, 'columns') or default ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\fioctl\config.py", line 28, in fetch scope = self.config.get(scope, {}) ^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\cached_property.py", line 30, in __get__ value = obj.__dict__[self.func.__name__] = self.func(obj) ^^^^^^^^^^^^^^ File "C:\Python311\Lib\site-packages\fioctl\config.py", line 10, in config return yaml.load(open(self.filename)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: load() missing 1 required positional argument: 'Loader'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant