Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ahmad Reza Cheraghi
swarm-sim
Commits
ee6b008d
Commit
ee6b008d
authored
May 29, 2019
by
Ahmad Reza Cheraghi
Browse files
Update run.py
parent
60697515
Changes
1
Hide whitespace changes
Inline
Side-by-side
run.py
View file @
ee6b008d
...
...
@@ -48,7 +48,7 @@ def swarm_sim( argv ):
config_data
=
ConfigData
(
config
)
multiple_sim
=
0
local_time
=
datetime
.
now
().
strftime
(
'%Y-%m-%d_%H
:
%M
:
%S'
)[:
-
1
]
local_time
=
datetime
.
now
().
strftime
(
'%Y-%m-%d_%H
-
%M
-
%S'
)[:
-
1
]
try
:
opts
,
args
=
getopt
.
getopt
(
argv
,
"hs:w:r:n:m:d:v:"
,
[
"solution="
,
"scenario="
])
except
getopt
.
GetoptError
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment