Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Fix "missing 1 required positional argument: 'anchor'"
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Oct 5, 2022
1 parent 496cd5e commit 6ca2109
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doozerlib/distgit.py
Expand Up @@ -1528,7 +1528,6 @@ def _clean_repos(self, dfp):
changed, new_value = self._mangle_yum(entry['value'])
if changed:
dfp.add_lines_at(entry, "RUN " + new_value, replace=True)
dfp.add_lines_at()

def _mapped_image_from_member(self, image, original_parents, count):
base = image.member
Expand Down

0 comments on commit 6ca2109

Please sign in to comment.