Skip to content

Commit

Permalink
Remove unused "overwrite" argument to options.parse_config_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Darnell committed Jun 24, 2010
1 parent e7654cd commit 60ef8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def parse_command_line(args=None):
return remaining


def parse_config_file(path, overwrite=True):
def parse_config_file(path):
"""Parses and loads the Python config file at the given path."""
config = {}
execfile(path, config, config)
Expand Down

0 comments on commit 60ef8d5

Please sign in to comment.