Skip to content

Commit

Permalink
- oscargs: removed superfluous assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-h committed Dec 12, 2014
1 parent 8f2f36d commit cbb3983
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osc2/oscargs.py
Expand Up @@ -242,7 +242,6 @@ def match(self, path):
otherwise None.
"""
project = package = filename = None
project_path = package_path = filename_path = None
if not path:
path = os.getcwd()
Expand Down

0 comments on commit cbb3983

Please sign in to comment.