Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DC3-DCCI authored and dc3-tsd committed Mar 31, 2022
2 parents 0630bde + 86b97d6 commit c276af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhidra/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pyhidra import __version__
from pyhidra.constants import GHIDRA_INSTALL_DIR

_APPLICATION_PATTERN = re.compile(r"^application\.(\S+?)=(.+)$")
_APPLICATION_PATTERN = re.compile(r"^application\.(\S+?)=(.*)$")
_APPLICATION_PATH = GHIDRA_INSTALL_DIR / "Ghidra" / "application.properties"


Expand Down

0 comments on commit c276af8

Please sign in to comment.