Datasets:

Modalities:
Text
Formats:
csv
Size:
< 1K
Libraries:
Datasets
pandas
Fmirra commited on
Commit
cf46076
1 Parent(s): bbd669a

Update train_block.tsv

Browse files
Files changed (1) hide show
  1. train_block.tsv +1 -1
train_block.tsv CHANGED
@@ -22,7 +22,7 @@ Else assign to count the count of options else: \n iface = options.iface
22
  Else assign to iface the value iface of options else: \n iface = options.iface
23
  If thresh of options is not None assign to THRESH the value thresh of options if options.thresh != None: \n THRESH = options.thresh
24
  Else Assign to msgDirection the concatenation of From, the function str with argument row at position 1 and : else: \n
25
- nan exit(0)
26
  except call method Call method acquire on screenLock with no arguments except: \n screenLock.acquire()
27
  Else Call the function printNets with arguments username and password else: \n printNets(username, password)
28
  If pcapFile of options is equal to None Call the exit function with argument 0 if options.pcapFile == None: \n exit(0)
 
22
  Else assign to iface the value iface of options else: \n iface = options.iface
23
  If thresh of options is not None assign to THRESH the value thresh of options if options.thresh != None: \n THRESH = options.thresh
24
  Else Assign to msgDirection the concatenation of From, the function str with argument row at position 1 and : else: \n
25
+ Exit with value 0 exit(0)
26
  except call method Call method acquire on screenLock with no arguments except: \n screenLock.acquire()
27
  Else Call the function printNets with arguments username and password else: \n printNets(username, password)
28
  If pcapFile of options is equal to None Call the exit function with argument 0 if options.pcapFile == None: \n exit(0)