Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jul 25, 2024
1 parent dec8d88 commit ff4d2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jtop/core/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def read_fstab():
def read_emc(root_path):
emc = {}
# Initialize emc['cur'] to avoid a crash when starting this service
emc['cur'] = 1
# TEST emc['cur'] = 1
if os.path.isdir(root_path + "/debug/bpmp/debug/clk/emc"):
path = root_path + "/debug/bpmp/debug/clk/emc"
# Check if access to this file
Expand Down

0 comments on commit ff4d2ae

Please sign in to comment.