Created
January 25, 2017 17:00
-
-
Save amattheisen/6ba45719d70398d829f38ce7d73ccdcc to your computer and use it in GitHub Desktop.
rolling back this change so I can pull origin master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/docker/graphite/populators/chi2.py b/docker/graphite/populators/chi2.py | |
index a759302..7bf0e4e 100755 | |
--- a/docker/graphite/populators/chi2.py | |
+++ b/docker/graphite/populators/chi2.py | |
@@ -43,8 +43,8 @@ def main(args): | |
rrd_string = '{system}.chi2.{band}.{igp} {value} {waas_seconds}'.format(**chi2) | |
if args['--debug']: | |
print(rrd_string) | |
- else: | |
- rrd.write(rrd_string) | |
+ | |
+ rrd.write(rrd_string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment