Skip to content

Commit 9d6318a

Browse files
authored
Merge pull request bn222#265 from SamD2021/fix_typo
ipu.py: Fix typo
2 parents 0507c52 + c3641be commit 9d6318a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def helper(node: NodeConfig) -> str:
195195
else:
196196
logger.debug(f"Hosting local file {iso}")
197197
if not os.path.exists(iso):
198-
raise ValueError("fISO file {iso} does not exist, exiting")
198+
raise ValueError(f"ISO file {iso} does not exist, exiting")
199199
serve_path = os.path.dirname(iso)
200200
iso_name = os.path.basename(iso)
201201
lh = host.LocalHost()

0 commit comments

Comments
 (0)