Skip to content

Commit

Permalink
#216 Add f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
singhd789 committed Nov 25, 2024
1 parent 8876b2d commit 6ae4995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fre/make/gfdlfremake/buildBaremetal.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ def run(self):
p2.communicate()

if p1.returncode != 0:
print("\nThere was an error running {self.bld}/compile.sh")
print(f"\nThere was an error running {self.bld}/compile.sh")
print(f"Check the log file: {self.bld}/log.compile")

0 comments on commit 6ae4995

Please sign in to comment.