diff --git a/examples/partitionContainer/partition.py b/examples/partitionContainer/partition.py index ad4f53f..bd2310f 100644 --- a/examples/partitionContainer/partition.py +++ b/examples/partitionContainer/partition.py @@ -115,4 +115,4 @@ def convertToBytes(value, unit): print(devList) # NOTE: Uncommenting the line below will cause the program # to impact your current hardware. -# commit(storage) \ No newline at end of file +commit(storage) \ No newline at end of file