From: Tom Clegg Date: Tue, 10 Sep 2013 13:58:32 +0000 (-0400) Subject: use . as default stream name X-Git-Tag: 1.1.0~3031 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7b367c25a6afdbd4a925cfb9785c880b4073400a use . as default stream name --- diff --git a/sdk/python/arvados.py b/sdk/python/arvados.py index 5a15250a8d..569af34e8b 100644 --- a/sdk/python/arvados.py +++ b/sdk/python/arvados.py @@ -615,7 +615,7 @@ class CollectionWriter: self._current_stream_length - self._current_file_pos, self._current_file_name]] self._current_file_pos = self._current_stream_length - def start_new_stream(self, newstreamname=None): + def start_new_stream(self, newstreamname='.'): self.finish_current_stream() self.set_current_stream_name(newstreamname) def set_current_stream_name(self, newstreamname):