forcing everything python3, might end up with bugs
This commit is contained in:
@@ -19,7 +19,7 @@ function listfiles() {
|
||||
}
|
||||
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