Skip to content

Commit

Permalink
New lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kdysput committed Sep 6, 2024
1 parent bfdebd5 commit de1d070
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backtracepython/attributes/machineId_attribute_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ def readMachineId(self):
def execute(self, command):
result = subprocess.check_output(command, shell=True, stderr=subprocess.STDOUT)
return result.decode('utf-8').strip()

0 comments on commit de1d070

Please sign in to comment.