Skip to content

Commit

Permalink
fix tar without obsinfo also in git managed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 21, 2024
1 parent 6f1365a commit 9df35c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TarSCM/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def generate_list(self):
if obsinfo != '_scmsync.obsinfo':
args.obsinfo = obsinfo
self.task_list.append(copy.copy(args))
else:
if not args.obsinfo:
# Fallback if there are no obsinfo files
self.task_list.append(args)
else:
Expand Down

0 comments on commit 9df35c1

Please sign in to comment.