fix error exit when doing spack patch without parameters, same as spack stage

This commit is contained in:
Luigi Calori 2016-03-09 14:45:29 +01:00 committed by Todd Gamblin
parent ca343889fc
commit bf4d51ea0b

View File

@ -24,6 +24,7 @@
##############################################################################
import argparse
import llnl.util.tty as tty
import spack.cmd
import spack