Skip to content

Commit

Permalink
Update v.unpack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arohanajit authored Oct 30, 2024
1 parent 0741f13 commit 523092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/v.unpack/v.unpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
tar = tarfile.TarFile.open(name=input_base, mode="r")
try:
data_name = tar.getnames()[0]
except (tarfile.ReadError, IndexError):
except IndexError:
grass.fatal(_("Pack file unreadable"))

if flags["p"]:
Expand Down

0 comments on commit 523092b

Please sign in to comment.