Skip to content

Commit

Permalink
fixup! Fixes #16140: Rudder-metrics-report does not work in python3
Browse files Browse the repository at this point in the history
Fixes #16140: Rudder-metrics-report does not work in python3
  • Loading branch information
Fdall committed Nov 7, 2019
1 parent bb2a636 commit 5621fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rudder-webapp/SOURCES/rudder-metrics-reporting
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#
#####################################################################################

from __future__ import print_function
RUDDER_URL = "https://feedback.rudder-project.org/stats/"
UUID_FILE = "/opt/rudder/etc/uuid.root"
PROPERTIES_FILE = "/opt/rudder/etc/rudder-web.properties"
Expand Down

0 comments on commit 5621fa7

Please sign in to comment.