Skip to content

Commit

Permalink
syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
sbashford committed Sep 26, 2024
1 parent e32996c commit 6fc6a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/+ihn/createWritableFile.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
error('File already exists: %s', path);
end

file = ihn.WritableFile(outputFilePath);
file = ihn.WritableFile(path);
end

0 comments on commit 6fc6a03

Please sign in to comment.