Closed Alexey-T closed 3 years ago
elif opt_tilde_home and self.fn.startswith(USER_DIR):
better do this
elif opt_tilde_home and self.fn.startswith(USER_DIR+os.sep):
to fix it for filenames ~name.
Thanks, fixed
better do this
to fix it for filenames ~name.