Skip to content

Commit

Permalink
Revert pull request change.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwonbigbro committed Apr 29, 2014
1 parent f320814 commit ee8b94e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libgsync/options/doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
synchronising between a source directory and remote Google Drive directory.
Usage:
gsync ( --authenticate | [options]... <path> <path>... )
gsync ( --authenticate [--debug] | [options]... <path> <path>... )
Arguments:
<path> path to a local file, directory, remote file or
Expand Down
1 change: 0 additions & 1 deletion libgsync/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ def write(self):
self.bytes_written, self.percentage, unicode(self.rate()),
u"%d:%02d:%02d" % (hrs, mins, secs)
))
sys.stdout.flush()

def __call__(self, status):
self.time_taken = (datetime.now() - self._start).seconds
Expand Down

0 comments on commit ee8b94e

Please sign in to comment.