Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Nov 8, 2016
1 parent 3449266 commit 1918918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/gateways/disk/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,6 @@ def compile_missing_pyc(prefix, python_major_minor_version, files):
python_exe = get_python_path(prefix)
result = call("%s -Wi -m py_compile %s" % (python_exe, ' '.join(f[0] for f in py_pyc_files)))
# TODO, make sure `result` is a list of files created
import pdb; pdb.set_trace()
import pdb
pdb.set_trace()
return result

0 comments on commit 1918918

Please sign in to comment.