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

Failing Print Mode in lustre-disk-space-usage-collect #13

Open
gabrieleiannetti opened this issue Nov 5, 2021 · 0 comments
Open

Failing Print Mode in lustre-disk-space-usage-collect #13

gabrieleiannetti opened this issue Nov 5, 2021 · 0 comments

Comments

@gabrieleiannetti
Copy link
Contributor

$ ./lustre-disk-space-usage-collect.py -f Configuration/lustre-disk-space-usage-collect.conf.example -m print

Traceback (most recent call last):
  File "./lustre-disk-space-usage-collect.py", line 132, in <module>
    main()
  File "./lustre-disk-space-usage-collect.py", line 73, in main
    if not args.create_table and not os.path.isfile(args.input_file):
  File "/usr/lib64/python3.6/genericpath.py", line 30, in isfile
    st = os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
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