empty components added
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
import sys, getopt, os
|
import sys, getopt, os
|
||||||
|
|
||||||
def main(argv):
|
def main(argv):
|
||||||
|
comp1 = ''
|
||||||
|
comp2 = ''
|
||||||
|
comp3 = ''
|
||||||
|
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(argv,"hc1:c2:c3:",["comp1=","comp2=","comp3="])
|
opts, args = getopt.getopt(argv,"hc1:c2:c3:",["comp1=","comp2=","comp3="])
|
||||||
except getopt.GetoptError:
|
except getopt.GetoptError:
|
||||||
|
|||||||
Reference in New Issue
Block a user