Skip to content

Commit

Permalink
fixed return value
Browse files Browse the repository at this point in the history
  • Loading branch information
cnvogelg committed Feb 20, 2021
1 parent 597df1e commit 7650370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amitools/tools/rdbtool.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ def handle_rdisk(self, rdisk):
)
# import partition from file
p.import_data(file_name)
return 0


class ChangeCommand(PartEditCommand):
Expand Down

0 comments on commit 7650370

Please sign in to comment.