SHA256
1
0
forked from pool/cloud-init

- Fix tab issue in patch

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=78
This commit is contained in:
Robert Schweikert 2017-02-17 12:41:14 +00:00 committed by Git OBS Bridge
parent d77b515e86
commit 901117ec0e

View File

@ -6,7 +6,7 @@
+ elif name == 'query':
+ print 'Action query is not yet implemented'
+ sys.exit(1)
+ sys.exit(1)
+
args.reporter = events.ReportEventStack(
rname, rdesc, reporting_enabled=report_on)