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
That is because the symlink input is read using readlink -f which returns nothing if the directory does not exist.
Might need to move the mkdir above the reading of the CLI arguments, then use readlink to obtain the absolute path
The text was updated successfully, but these errors were encountered:
TCLamnidis
added
new package
Add/Request a new package to be processed for the Poseidon Package Directory
bug
Something isn't working
and removed
new package
Add/Request a new package to be processed for the Poseidon Package Directory
labels
Aug 14, 2023
That is because the symlink input is read using
readlink -f
which returns nothing if the directory does not exist.Might need to move the
mkdir
above the reading of the CLI arguments, then use readlink to obtain the absolute pathThe text was updated successfully, but these errors were encountered: