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
Two test files have been generated on my system with
$ du /boot > test1
$ du /boot/ > test2
I created a couple of tests, checking that read_du_file_maybe() generates the same dictionary for both. You can find the test code and the generated files on my fork (just run py.test on the dircloud root directory).
Two test files have been generated on my system with
I created a couple of tests, checking that
read_du_file_maybe()
generates the same dictionary for both. You can find the test code and the generated files on my fork (just runpy.test
on thedircloud
root directory).dircloud
runs ok with the first file; visiting `http://localhost:2010:/boot/' gets:While the other file raises an exception for the same request:
I've added a
print du
just before the line raising the exception. I don't fully understand why, but that's what it shows:The text was updated successfully, but these errors were encountered: