-
Notifications
You must be signed in to change notification settings - Fork 60
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
Script failure when dropbox is not installed #29
Comments
I pushed a new commit, can you try this now? |
It doesn't work: Welcome to the tray icons hardcoder fixer! Copying now.. Traceback (most recent call last): |
This should be fixed now |
Still nothing: Welcome to the tray icons hardcoder fixer! Copying now.. Traceback (most recent call last): |
Can you try again? :) This is not the best way to fix it, but i will update the script when i will finish my finals! |
Ok, now it works! |
Thank you for reporting this! |
Here is the error:
Welcome to the tray icons hardcoder fixer!
Copying now..
Traceback (most recent call last):
File "script.py", line 160, in
copy_files()
File "script.py", line 106, in copy_files
apps = csv_to_dic()
File "script.py", line 94, in csv_to_dic
row[1] = dropbox_folder(row[1])
File "script.py", line 79, in dropbox_folder
sub_dirs = get_subdirs(dirs[0])
File "script.py", line 50, in get_subdirs
dirs = os.listdir(d)
FileNotFoundError: [Errno 2] File o directory non esistente: '/home/daniele/.dropbox-dist/'
I solved (just in my case) by removing lines 93 and 94, however i cannot send you a proper patch since a know nothing about python at the moment.
The text was updated successfully, but these errors were encountered: