Skip to content

Commit

Permalink
fix TypeError
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jan 4, 2024
1 parent ae67214 commit 55d3c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psutil/_pslinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def calculate_avail_vmem(mems):
slab_reclaimable = mems[b'SReclaimable:']
except KeyError as err:
debug(
"{} is missing from /proc/meminfo; using an approximation for "
"%s is missing from /proc/meminfo; using an approximation for "
"calculating available memory"
% err.args[0]
)
Expand Down

0 comments on commit 55d3c4a

Please sign in to comment.