Skip to content

Commit

Permalink
Trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
gryf committed Sep 14, 2024
1 parent 3b597e3 commit 118d758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs_uae_wrapper/file_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create(self, arch_name, files=None):

logging.debug("Calling `%s %s %s %s'.", self._compress,
" ".join(self.ADD), arch_name, " ".join(files))
result = subprocess.call([self._compress, *self.ADD, arch_name,
result = subprocess.call([self._compress, *self.ADD, arch_name,
*files])
if result != 0:
logging.error("Unable to create archive `%s'.", arch_name)
Expand Down

0 comments on commit 118d758

Please sign in to comment.