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

Error creating new files that has been created before #8

Open
wilo087 opened this issue May 20, 2020 · 0 comments
Open

Error creating new files that has been created before #8

wilo087 opened this issue May 20, 2020 · 0 comments

Comments

@wilo087
Copy link
Contributor

wilo087 commented May 20, 2020

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'
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

1 participant