Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gleeda committed Jul 6, 2018
1 parent 8d18e24 commit 10ea97d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions volatility/memtriage.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,8 @@ def main():
myconfigs.config.OFFSET = int(args.offset, 16)
except:
print "Unable to use offset: {0}".format(args.offset)
except TypeError:
myconfigs.config.OFFSET = None
if "NAME" not in items["options"]:
myconfigs.config.NAME = None
else:
Expand Down

0 comments on commit 10ea97d

Please sign in to comment.