Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer authored May 5, 2021
1 parent 9196350 commit 9b5d02e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rosdep2/platforms/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ def install_source(resolved):
rd_debug('Extracting tarball')
tarf = tarfile.open(filename)
tarf.extractall(tempdir)
tarf.close()
else:
rd_debug('Bypassing tarball extraction as it is a dmg')
rd_debug('Running installation script')
Expand Down

0 comments on commit 9b5d02e

Please sign in to comment.