Skip to content

Commit

Permalink
One liner fix.
Browse files Browse the repository at this point in the history
Review URL: http://codereview.chromium.org/502075

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@34984 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
[email protected] committed Dec 18, 2009
1 parent 0fca4f3 commit 2185f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scm.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def Run(args, in_directory):
"""
c = [SVN.COMMAND]
c.extend(args)

# TODO(maruel): This is very gclient-specific.
gclient_utils.SubprocessCall(c, in_directory)

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion trychange.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,4 +567,4 @@ def TryChange(argv,


if __name__ == "__main__":
sys.exit(TryChange(None, None, False))
sys.exit(TryChange(None, [], False))

0 comments on commit 2185f00

Please sign in to comment.