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
If you get a new object from the database and change to another git branch when you execute wc2db command to get the new object again you receive and python exception:
Traceback (most recent call last):
File "/usr/local/bin/pladmin", line 359, in <module>
sys.exit(main())
File "/usr/local/bin/pladmin", line 317, in main
db2wc(dry_run, force)
File "/usr/local/bin/pladmin", line 119, in db2wc
wcMd5 = files.fileMD5(objectPath)
File "/app/pladmin/files.py", line 302, in fileMD5
with open(filePath) as opf:
FileNotFoundError: [Errno 2] No such file or directory: '/plsql/procedures/PROC_POLITICA_USO.prc'
The text was updated successfully, but these errors were encountered:
If you get a new object from the database and change to another
git branch
when you execute wc2db command to get the new object again you receive and python exception:The text was updated successfully, but these errors were encountered: