forcing everything python3, might end up with bugs
This commit is contained in:
@@ -22,7 +22,7 @@ function listfolders() {
|
||||
}
|
||||
function count_size() {
|
||||
|
||||
cat - | python -c "import sys
|
||||
cat - | python3 -c "import sys
|
||||
def sizeof_fmt(num, suffix='B'):
|
||||
for unit in ['','K','M','G','T','P','E','Z']:
|
||||
if num < 1024.0:
|
||||
|
||||
Reference in New Issue
Block a user