Skip to content

Commit

Permalink
accept phase from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed May 17, 2023
1 parent 351591c commit cd2eeb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/febrl/FebrlExample.py
@@ -1,3 +1,4 @@
import sys
from zingg.client import *
from zingg.pipes import *

Expand Down Expand Up @@ -37,7 +38,7 @@

args.setOutput(outputPipe)

options = ClientOptions([ClientOptions.PHASE,"match"])
options = ClientOptions([ClientOptions.PHASE,sys.argv[1]])

#Zingg execution for the given phase
zingg = Zingg(args, options)
Expand Down

0 comments on commit cd2eeb3

Please sign in to comment.