* Jakub Wilk <[email protected]> [140228 20:50]: > IOError: [Errno 2] No such file or directory: > '/home/jwilk/.local/share/rss2email.json' > > I don't have ~/.local/, because I have XDG_DATA_HOME set to > something else, and apparently r2e-migrate doesn't honour this > variable.
Thanks again for testing this version. Replacing ".local/share" by xdg.BaseDirectory.xdg_data_home should do the trick. If the directory set by $XDG_DATA_HOME does not exist, there will be an error message but I think that's the expected outcome in that case. -- Etienne Millon -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

