Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
b7642581
Commit
b7642581
authored
Mar 27, 2015
by
panos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Script modified for the implementation of the database approach
parent
bff2736a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dream/simulation/LineGenerationJSON.py
dream/simulation/LineGenerationJSON.py
+1
-0
No files found.
dream/simulation/LineGenerationJSON.py
View file @
b7642581
...
...
@@ -386,6 +386,7 @@ def createWIP():
# for every order in the productionOrders list
for
prodOrder
in
orders
:
orderClass
=
prodOrder
.
get
(
'_class'
,
None
)
print
'....'
,
prodOrder
[
'id'
],
prodOrder
[
'name'
],
orderClass
orderType
=
Globals
.
getClassFromName
(
orderClass
)
# make sure that their type is Dream.Order
if
orderClass
==
'Dream.Order'
:
...
...
Write
Preview
Markdown
is supported
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