From 2fca87eda855449734b6e5588d3da60f94e1a7e5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 15 Nov 2012 09:34:19 +0100 Subject: [PATCH] ++comment Signed-off-by: Nico Schottelius --- cdist/emulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdist/emulator.py b/cdist/emulator.py index b6ee5166..e54bd0dc 100644 --- a/cdist/emulator.py +++ b/cdist/emulator.py @@ -158,7 +158,7 @@ class Emulator(object): try: # go directly to file instead of using CdistObject's api # as that does not support streaming - # FIXME: no streaming needed anymore + # FIXME: no streaming needed anymore - use a raw file (not yet there?) path = os.path.join(self.cdist_object.absolute_path, 'stdin') with open(path, 'w') as fd: fd.write(self.stdin.read())