Skip to content

Commit

Permalink
Update(s) include f-strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrettasm committed Mar 18, 2021
1 parent 832cc0e commit d5ee192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/berkeley_hydro_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main(params_file=None, data_file=None):
# _end_if_

# Display where we got the water data from.
print(" Simulation water data file: {0}".format(data_file))
print(f" Simulation water data file: {data_file}")

try:
# Open the water data in "Read Only" mode.
Expand Down

0 comments on commit d5ee192

Please sign in to comment.