Skip to content

Commit

Permalink
Update puff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
massimiliano-dalcero authored Nov 8, 2022
1 parent 890cb70 commit 0de09b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puff.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def ParseSCCAFile(scca_file, no_map = False):
for volume_information in iter(scca_file.volumes):
volume_serial_number = volume_information.serial_number
volume_device_path = volume_information.device_path
devtimestamp = volume_information.get_creation_time_as_integer()
devtimestamp = volume_information.get_creation_time_as_integer()

volume_serial_numbers.append(volume_serial_number)
volume_device_paths.append(volume_device_path.replace('\\',"/"))
Expand Down

0 comments on commit 0de09b0

Please sign in to comment.