Skip to content

Commit 4c7a237

Browse files
committed
Update internal.py
1 parent 173aedd commit 4c7a237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

licensing/internal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ def get_inodes():
8787

8888
@staticmethod
8989
def compute_machine_code():
90-
return get_dbus_machine_id() + get_inodes()
90+
return HelperMethods.get_dbus_machine_id() + HelperMethods.get_inodes()
9191

0 commit comments

Comments
 (0)