mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unittest - Fix path to user tx.data
This commit is contained in:
parent
974045da7a
commit
4a305d5e51
1 changed files with 1 additions and 0 deletions
|
@ -283,6 +283,7 @@ class Taskd(object):
|
||||||
task client. tx.data will be parsed to string and JSON.
|
task client. tx.data will be parsed to string and JSON.
|
||||||
"""
|
"""
|
||||||
file = os.path.join(self.datadir,
|
file = os.path.join(self.datadir,
|
||||||
|
"orgs",
|
||||||
client.credentials["org"],
|
client.credentials["org"],
|
||||||
"users",
|
"users",
|
||||||
client.credentials["userkey"],
|
client.credentials["userkey"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue