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
Hi all,
I am getting an error for test_permissions in dbsuite/script.py
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbsuite/main/init.py", line 128, in call
return self.main(options, args) or 0
File "/usr/lib/python2.7/site-packages/dbsuite/main/dbexec.py", line 168, in main
job.test_permissions()
File "/usr/lib/python2.7/site-packages/dbsuite/script.py", line 402, in test_permissions
}[filemodes[f]]
KeyError: u'r+'
It seams 'r+' is missing in that section or?
Did anybody have this issue? @waveform80
The text was updated successfully, but these errors were encountered:
Hi all,
I am getting an error for test_permissions in dbsuite/script.py
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbsuite/main/init.py", line 128, in call
return self.main(options, args) or 0
File "/usr/lib/python2.7/site-packages/dbsuite/main/dbexec.py", line 168, in main
job.test_permissions()
File "/usr/lib/python2.7/site-packages/dbsuite/script.py", line 402, in test_permissions
}[filemodes[f]]
KeyError: u'r+'
It seams 'r+' is missing in that section or?
Did anybody have this issue?
@waveform80
The text was updated successfully, but these errors were encountered: