mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix: get full path for outgoing changes
This commit is contained in:
@@ -90,6 +90,8 @@ def get_outgoing_changes(repo):
|
||||
is_staged = x != ' ' and x != '?'
|
||||
is_deleted = x == 'D' or y == 'D'
|
||||
|
||||
full_path = os.path.join(repo.working_dir, file_path)
|
||||
|
||||
if is_deleted:
|
||||
try:
|
||||
# Get the content of the file from the last commit
|
||||
|
||||
Reference in New Issue
Block a user