Skip to content

Conversation

@jphalimi-intel
Copy link
Contributor

This patch fixes issues in Windows for long-path related problems.

mx.py Outdated
output.append(os.path.join(root, fname))
if output:
key = lambda x: os.path.getmtime(_safe_path(x))
key = lambda x: getmtime(x)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing warnings in pylint. You can remove that local variable and use key=getmtime below.

@jphalimi-intel
Copy link
Contributor Author

I fixed the lint issue. thanks for spotting it.

@gilles-duboscq
Copy link
Member

Thanks, looks good now.

@dougxc dougxc merged commit 2745a98 into graalvm:master Nov 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants