Skip to content

Commit

Permalink
remove some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jun 29, 2017
1 parent 9297b2e commit 662033e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The validity of the record is determined by type constraints such as:

.. code-block:: bash
$ python haystack/cli.py dir:///home/jal/Compil/python-haystack/test/src/test-ctypes6.32.dump ctypes6_gen32.struct_usual
$ python haystack/cli.py dir:///home/user/project/python-haystack/test/src/test-ctypes6.32.dump ctypes6_gen32.struct_usual
Constraints file:
-----------------
Expand Down
2 changes: 1 addition & 1 deletion haystack/mappings/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def get_memory_handler(self):
return self.loader.make_memory_handler()


# haystack-search dir:///home/jal/Compil/python-haystack/test/src/test-ctypes6.64.dump ctypes6_gen64.struct_usual
# haystack-search dir:///home/user/python-haystack/test/src/test-ctypes6.64.dump ctypes6_gen64.struct_usual
if __name__ == '__main__':
mapper = ProcessMemoryDumpLoader('/home/jal/Compil/python-haystack/test/src/test-ctypes6.64.dump')
memory_handler = mapper.make_memory_handler()
Expand Down

0 comments on commit 662033e

Please sign in to comment.