Skip to content

Commit

Permalink
resolve #30
Browse files Browse the repository at this point in the history
  • Loading branch information
liorko87 committed Oct 23, 2018
1 parent 8c044aa commit 9a7d5af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Execution/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def run_protocol(config_file, args, executable_name, working_directory):
else:
if len(regions) > 1:
put('InstancesConfigurations/parties%s.conf' % party_id, run('pwd'))
put('InstancesConfigurations/party%s/*' % (party_id - 1), run('pwd'))
run('mv parties%s.conf parties.conf' % party_id)
else:
put('InstancesConfigurations/parties.conf', run('pwd'))
Expand Down

0 comments on commit 9a7d5af

Please sign in to comment.