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
if dirname.startswith('/home/iliya/dune-mountpoint'):
continue
large_files.extend( [ (os.path.join(dirname, x), round(os.path.getsize(os.path.join(dirname, x)) / multiplicator, 6)) for x in basename if os.path.getsize(os.path.join(dirname, x)) > size ] )
for path, size in large_files:
print(path, size)
# large_files.extend( [ os.path.join(dirname, x) for x in basename if not os.path.exists(os.path.join(dirname, x)) ] )