mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
TI-94 #98 Added test
This commit is contained in:
parent
0b6dbf7e12
commit
9c97c4a1ce
3 changed files with 171 additions and 5 deletions
|
@ -53,7 +53,6 @@ UUID_REGEXP = ("[0-9A-Fa-f]{8}-" + ("[0-9A-Fa-f]{4}-" * 3) + "[0-9A-Fa-f]{12}")
|
|||
def timew_binary_location(cmd="timew"):
|
||||
""" ../src/ is used by default."""
|
||||
return os.path.join(BIN_PREFIX, cmd)
|
||||
return binary_location(cmd, TIMEW_USE_PATH)
|
||||
|
||||
|
||||
def binary_location(cmd, USE_PATH=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue