You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users might pass a folder, but we really expect a file here, so let the
error message say this.
Also, the code can actually handle a non-existing file just fine, as it
will create it if it does not exist, so let's just error if the path
given exists but is not a file.
Fixes: Katello#296
…#299)
Users might pass a folder, but we really expect a file here, so let the
error message say this.
Also, the code can actually handle a non-existing file just fine, as it
will create it if it does not exist, so let's just error if the path
given exists but is not a file.
Fixes: #296
The user needs to pass a file path, not a folder, we should tell them that.
The text was updated successfully, but these errors were encountered: