[ad_1]
all you need to do is on the line
output_file = open(file_name+".ecg", "w")
replace it with
output_file = open(args.new_filename, 'w')
[ad_2]
solved Allow User to Name New File [closed]
[ad_1]
all you need to do is on the line
output_file = open(file_name+".ecg", "w")
replace it with
output_file = open(args.new_filename, 'w')
[ad_2]
solved Allow User to Name New File [closed]