Describe the bug
Using ~ in path for outfile parameter in your configuration file will not be parsed as expected.
Instead a folder called '~' will be created starting from the home directory.
To Reproduce
Steps to reproduce the behavior:
Write outfile = "~/mirrorlist" under [general] in your configuration file
Execute mirro-rs
Export mirrorlist
mirrorlist will be exported to /home/user/~/mirrorlist
Expected behavior
Mirrorlist should be exported to /home/user/mirrorlist
Desktop (please complete the following information):
Describe the bug Using
~
in path for outfile parameter in your configuration file will not be parsed as expected. Instead a folder called'~'
will be created starting from the home directory.To Reproduce Steps to reproduce the behavior:
outfile = "~/mirrorlist"
under[general]
in your configuration file/home/user/~/mirrorlist
Expected behavior Mirrorlist should be exported to
/home/user/mirrorlist
Desktop (please complete the following information):