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
go-ethereum/cmd/utils/customflags.go is handling OS paths and therefore it should use filepath.Clean() (works for windows path separator) instead of path.Clean() (nix path separator)