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

function "check_duplicate", errors out in colab #4

Open
m-ali-awan opened this issue Aug 11, 2021 · 1 comment
Open

function "check_duplicate", errors out in colab #4

m-ali-awan opened this issue Aug 11, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@m-ali-awan
Copy link

In colab, the file paths don't have "\", so in my case it is working now by replacing this line:

fn = str(file).split('/')[-2],
and

ull = str(u).split('/')[-2]

Kindly, update me about this.

Thanks..

@asvcode
Copy link
Owner

asvcode commented Aug 11, 2021

Hey, I haven't tested this on colab, glad you got this fixed in the meantime, will look at getting a universal solution moving forward

@asvcode asvcode added the enhancement New feature or request label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants