Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Oct 25, 2022
1 parent e98a1ee commit c0be304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ def ok(self):
ppat = 'pattern'+str(u)
ddem = 'demand'+str(u)
if (ppat in locals()['sectjunctions'][i]) and (ddem in locals()['sectjunctions'][i]):
print(locals()['sectjunctions'][i][ddem])
if locals()['sectjunctions'][i][ddem] == 0 and str(locals()['sectjunctions'][i][ppat]) == 'None':
continue
if str(locals()['sectjunctions'][i][ppat]) == 'NULL' or str(
Expand Down

0 comments on commit c0be304

Please sign in to comment.