diff options
author | makefu <github@syntax-fehler.de> | 2011-12-24 15:03:05 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-12-24 15:03:05 +0100 |
commit | fffa22e6af01a8f89d288f488625eba732ca662b (patch) | |
tree | b54c8a44256db94e8761b1248e6de6732407a211 /assets | |
parent | 056f7ad405dc6e1d9e59a185bdb5378627e6acbd (diff) |
//assets/truth2json: abs path now relative
Diffstat (limited to 'assets')
-rwxr-xr-x | assets/bin/truth2json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/bin/truth2json b/assets/bin/truth2json index 53af7dc8..f85445b4 100755 --- a/assets/bin/truth2json +++ b/assets/bin/truth2json @@ -5,7 +5,7 @@ import sys try: db=sys.argv[1] except: - db="/krebs/db/truth" + db="../../db/truth" ret = {} |