SubmoduleAwareBuilder tries to chdir(None) which fails #413
Labels
bug
Something is clearly a bug
effort/medium
Can be done in 1-2 days
gain/medium
Affects multiple users
This line:
calls
run_git_archive
which tries:Since subdir is None here, this raises an exception:
Python: 3.6
OS: CentOS 8
tito: 0.6.18
Expected behaviour: tito builds the RPM without any errors.
The text was updated successfully, but these errors were encountered: