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

Can't do tito tag with tito from git-master #486

Open
praiskup opened this issue Jan 16, 2024 · 0 comments
Open

Can't do tito tag with tito from git-master #486

praiskup opened this issue Jan 16, 2024 · 0 comments
Labels
bug Something is clearly a bug regression Thing that used to work fine before

Comments

@praiskup
Copy link
Member

Creating output directory: /tmp/tito
Traceback (most recent call last):
  File "/usr/bin/tito", line 33, in <module>
    sys.exit(load_entry_point('tito==0.6.24', 'console_scripts', 'tito')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 944, in main
    CLI().main(sys.argv[1:])
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 210, in main
    return module.main(argv)
           ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 709, in main
    self.load_config(package_name, build_dir, None)
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 307, in load_config
    self._check_config_and_load(loader)
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 288, in _check_config_and_load
    self.config = loader.load()
                  ^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 76, in load
    self.config = self._read_config()
                  ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/tito/cli.py", line 101, in _read_config
    config.read(filename)
                ^^^^^^^^
NameError: name 'filename' is not defined
@praiskup praiskup changed the title Can't do tito tag Can't do tito tag with tito from git-master Jan 16, 2024
@praiskup praiskup added bug Something is clearly a bug regression Thing that used to work fine before labels Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is clearly a bug regression Thing that used to work fine before
Projects
None yet
Development

No branches or pull requests

1 participant