summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2010-09-13 19:46:15 -0400
committerMark Loeser <halcy0n@gentoo.org>2010-09-13 19:46:15 -0400
commit39da08b3d1b715f272f3fdcccb653f88f02c193e (patch)
treee474aa7b77d627d54f8e632a134ca70141f68eff
parentUse a slightly shorter directory structure for the reports (diff)
downloadgard-39da08b3d1b715f272f3fdcccb653f88f02c193e.tar.gz
gard-39da08b3d1b715f272f3fdcccb653f88f02c193e.tar.bz2
gard-39da08b3d1b715f272f3fdcccb653f88f02c193e.zip
Add the trailing slash to the reportdir so the reports can be written to the right directory
-rwxr-xr-xgard-v2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gard-v2.py b/gard-v2.py
index ab287e5..f13ee41 100755
--- a/gard-v2.py
+++ b/gard-v2.py
@@ -23,7 +23,7 @@ dmaxlag = 5.5 * 3600
relmaxlag = 2 * 3600 * 24
HOME = os.getenv('HOME')
-reportpath = HOME + "/gard/reports"
+reportpath = HOME + "/gard/reports/"
bugurl = "http://bugs.gentoo.org/buglist.cgi?query_format=advanced&product=Mirrors&status_whiteboard_type=allwordssubstr&status_whiteboard=due&bug_status=ASSIGNED&columnlist=bug_id,opendate,bug_status,resolution,short_desc,status_whiteboard&ctype=csv"
def start_logging(url, bugnum, proto):