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

Two databases named orcl and something like dev, tst or acc does not work. #18

Closed
paulissoft opened this issue Oct 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@paulissoft
Copy link
Owner

This error shows up:

Traceback (most recent call last):
  File "C:\demo-oracle-devops\\dev\pato-gui\src\program\pato_gui.py", line 209, in <module>
    main()
  File "C:\demo-oracle-devops\\dev\pato-gui\src\program\pato_gui.py", line 203, in main
    run_POM_file_gui(args.file, args.db_config_dir, args.mvnd)
  File "C:\demo-oracle-devops\miniconda3\envs\demo-oracle-devops\Lib\site-packages\gooey\python_bindings\gooey_decorator.py", line 128, in inner2
    return payload(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\demo-oracle-devops\\dev\pato-gui\src\program\pato_gui.py", line 112, in run_POM_file_gui
    dbs_sorted = sorted(dbs, key=db_order)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'int' and 'str'
@paulissoft paulissoft added the bug Something isn't working label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant