Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7f698f

Browse files
committed
minor update
1 parent 9617739 commit d7f698f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/core/dump.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ def query(self, query, queryRes):
511511
self.string(query, queryRes)
512512

513513
def rFile(self, filePath, fileData):
514-
self.string("%s file saved to" % filePath, fileData, sort=False)
514+
if fileData:
515+
self.string("%s file saved to" % filePath, fileData, sort=False)
515516

516517
def registerValue(self, registerData):
517518
self.string("Registry key value data", registerData, sort=False)

0 commit comments

Comments
 (0)