Skip to content

Commit fc7e075

Browse files
committed
2 parents 171b04e + 88599ca commit fc7e075

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

LICENSE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*******************************************************************************************
2+
Copyright (C) 2025 Ritwik Murali, Ashwin Narayanan S, Abhinav R, Ananya R, Hariharan A.
3+
This file is part of Evolve On Click (EvOC) <https://github.com/Evolutionary-Algorithms-On-Click>.
4+
5+
Evolve On Click (EvOC) is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or any later version.
8+
9+
Evolve On Click (EvOC) is distributed in the hope that it will be useful,
10+
but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
GNU General Public License for more details.
13+
14+
You should have received a copy of the GNU General Public License
15+
along with Evolve On Click (EvOC). If not, see <http://www.gnu.org/licenses/>.
16+
*******************************************************************************************

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def process_message(ch, method, properties, body):
188188

189189
ch.basic_ack(delivery_tag=method.delivery_tag)
190190

191-
if (runType == "ml"):
191+
if (runType == "ml" or runType == "ea"):
192192
print("Running python " + full_file_path)
193193
# Run the subprocess from the parent directory of the python script.
194194
result = subprocess.run(

0 commit comments

Comments
 (0)