keep it consistent with solution in 1_4
This commit is contained in:
parent
afec76dd94
commit
a6dd2238a2
@ -12,7 +12,7 @@ def portfolio_cost(filename):
|
||||
|
||||
# This catches errors in int() and float() conversions above
|
||||
except ValueError as e:
|
||||
print("Couldn't parse:", line)
|
||||
print("Couldn't parse:", repr(line))
|
||||
print("Reason:", e)
|
||||
|
||||
return total_cost
|
||||
|
Loading…
Reference in New Issue
Block a user