Skip to content

Commit

Permalink
do not remove workspace argument yet
Browse files Browse the repository at this point in the history
  • Loading branch information
bruntib committed Jun 27, 2017
1 parent e072a64 commit ec13125
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libcodechecker/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,9 @@ def arg_match(options):
'codechecker.sqlite')

# Workspace should not exist as a Namespace key.
delattr(args, 'workspace')
# TODO: Keep workspace setting until the separate PostgreSQL
# initialization is done, not the current auto setup.
# delattr(args, 'workspace')

if 'postgresql' not in args:
# Later called database modules need the argument to be actually
Expand Down

0 comments on commit ec13125

Please sign in to comment.