Skip to content

Commit

Permalink
Update command.py
Browse files Browse the repository at this point in the history
SSE system should be finalized one upon. Added New network processor and avoiding announcong logs in command (should be donne by called scripts)
  • Loading branch information
Patent2net committed Jan 13, 2021
1 parent 40e81c5 commit 23902cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p2n/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,14 @@ def classic_interface(options):
# compt += 1
# # run_script('P2N-PreNetworks.py {network}'.format(network=network), configfile)
# run_script('P2N-NetworksBis.py {network}'.format(network=network), configfile)
# AnnonceProgres (Appli = 'p2n_network', valMax = len(networks), valActu = compt*100/len(networks)) # valMax is unused in front end
# AnnonceProgres (Appli = 'p2n_network', valMax = len(networks), valActu = compt*100/len(networks)) # valMax is unused in front end
# run_script('P2N-NetworksJS.py {network}'.format(network=network), configfile)
#adding the complete net a very very slow process

# run_script('P2N-NetworksFull.py', configfile)
if options['freeplane'] or options['run']:
run_script('P2N-FreePlane.py', configfile)
AnnonceProgres (Appli = 'p2n_network', valMax = len(networks), valActu = compt*100/len(networks)) # valMax is unused in front end
# AnnonceProgres (Appli = 'p2n_network', valMax = len(networks), valActu = compt*100/len(networks)) # valMax is unused in front end

#Gather more textual data if it exsts (Claims, Descriptions) an format them
#for Iramuteq
Expand Down

0 comments on commit 23902cb

Please sign in to comment.