Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
I am a ... nevermind
Browse files Browse the repository at this point in the history
  • Loading branch information
zeph committed Sep 9, 2019
1 parent fbc6769 commit 404545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicd/logfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SizeError(IOError):
""" Custom error class. """
pass

class LogFile(name, mode="r", maxsize=-1):
class LogFile:
"""LogFile(name, [mode="w"], [maxsize=360000])
Opens a new file object. After writing <maxsize> bytes a SizeError
Expand Down

0 comments on commit 404545f

Please sign in to comment.