Skip to content

Commit a33544b

Browse files
author
Andreas Bauer
committed
fixes stream exception when running on python 3.8
1 parent 076cf05 commit a33544b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/json-dotenv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class JsonDotEnv(object): # pylint: disable=bad-option-value,useless-object-inhe
278278

279279
return self._output(
280280
self._format(
281-
dotenv.dotenv_values(self.fcontent)))
281+
dotenv.dotenv_values(stream=self.fcontent)))
282282

283283
def do_keys(self):
284284
self._parse_file()

0 commit comments

Comments
 (0)