Skip to content

Commit

Permalink
Small change to the list verb to ensure correctness.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doom2fan committed Jan 2, 2023
1 parent 97589a6 commit 959c4df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SkoutTools/BitUtils/VerbList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ internal class ListOptions {
}

internal int ListBit (ListOptions options) {
options.InputFile = Path.GetFullPath (options.InputFile);
if (!File.Exists (options.InputFile)) {
Console.WriteLine ($"The specified input path does not exist.");
return 1;
Expand Down

0 comments on commit 959c4df

Please sign in to comment.