[Piuparts-commits] [piuparts] 01/01: fix whitespaces
Holger Levsen
holger at moszumanska.debian.org
Sun May 18 16:53:10 UTC 2014
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit b06d6391b7e3e091c971257865cb166c16cb8ac2
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun May 18 18:53:04 2014 +0200
fix whitespaces
---
piuparts-report.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/piuparts-report.py b/piuparts-report.py
index a6a1f69..02dc045 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1632,9 +1632,9 @@ def dwke_process_section(section, sectiondir, htmldir, problem_list, pkgsdb):
def make_bts_stats_graph(out_dir):
countsfile = os.path.join(out_dir, "bts_stats.txt")
pngfile = os.path.join(out_dir, "bts_stat.png")
- grdevices = importr('grDevices')
- grdevices.png(file=pngfile, width=1600, height=900, pointsize=10, res=100)
- r = robjects.r
+ grdevices = importr('grDevices')
+ grdevices.png(file=pngfile, width=1600, height=900, pointsize=10, res=100)
+ r = robjects.r
r('t <- (read.table("'+countsfile+'",sep=",",header=1,row.names=1))')
r('cname <- c("date",rep(colnames(t)))')
# make graph since day 1
@@ -1642,10 +1642,10 @@ def make_bts_stats_graph(out_dir):
# tango colors again:
r('palette(c("#4e9a06", "#ef2929"))')
r('barplot(t(v),col = 1:3, \
- main="Bugs filed with tag=piuparts users=debian-qa at lists.debian.org archive=both", \
- xlab="", ylab="Number of bugs submitted and closed", space=0, border=NA)')
+ main="Bugs filed with tag=piuparts users=debian-qa at lists.debian.org archive=both", \
+ xlab="", ylab="Number of bugs submitted and closed", space=0, border=NA)')
r('legend(x="bottom",legend=colnames(t), ncol=2,fill=1:3,xjust=0.5,yjust=0,bty="n")')
- grdevices.dev_off()
+ grdevices.dev_off()
if __name__ == "__main__":
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list