Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [Errno 18] Invalid cross-device link #21

Open
yujun2017 opened this issue Nov 28, 2022 · 1 comment
Open

OSError: [Errno 18] Invalid cross-device link #21

yujun2017 opened this issue Nov 28, 2022 · 1 comment

Comments

@yujun2017
Copy link

When we run ntm-profiler in tomcat environment, we got "OSError: [Errno 18] Invalid cross-device link" error in fastq.py file. This error caused by os.rename function. os.rename only works if source and destination are on the same file system.
Could you please fix the issue using shutil.move?
We didn't check another files.

jodyphelan added a commit to jodyphelan/pathogen-profiler that referenced this issue Jan 9, 2023
@jodyphelan
Copy link
Owner

This will be fixed in the upcoming version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants