´filename in quotes
This commit is contained in:
parent
e49279d689
commit
00e9d7db66
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class App(object):
|
|||
self.handle_args(parser, cfg, options, args)
|
||||
|
||||
def setup_basic_logging(self):
|
||||
logging.basicConfig(filename=gitosis.log)
|
||||
logging.basicConfig(filename='gitosis.log')
|
||||
|
||||
def create_parser(self):
|
||||
parser = optparse.OptionParser()
|
||||
|
|
Loading…
Reference in a new issue