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