Skip to content

Commit 2a575e5

Browse files
majianpengloadams
andauthored
Fix: Add output_folder parameter and correct print statement (#962)
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
1 parent ccdf9f7 commit 2a575e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deepnvme/file_access/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def parse_write_arguments():
5050
args = parser.parse_args()
5151
print(f'args = {args}')
5252
if not os.path.isdir(args.nvme_folder):
53-
print(f'Invalid output folder path: {args.output_folder}')
53+
print(f'Invalid nvme folder path: {args.nvme_folder}')
5454
quit()
5555

5656
return args

0 commit comments

Comments
 (0)