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
bff2736a
Commit
bff2736a
authored
Mar 27, 2015
by
panos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A bug fixed in the script
parent
a2b5c067
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dream/KnowledgeExtraction/PilotCases/JobShop/DataExtraction.py
.../KnowledgeExtraction/PilotCases/JobShop/DataExtraction.py
+1
-0
No files found.
dream/KnowledgeExtraction/PilotCases/JobShop/DataExtraction.py
View file @
bff2736a
...
...
@@ -67,6 +67,7 @@ def DataExtraction(DBFilePath):
productionOrders
[
'manager'
]
=
ind0
.
ProjectManager
orderDate
=
datetime
.
strptime
(
str
(
ind0
.
Order_date
),
'%Y-%m-%d'
)
productionOrders
[
'orderDate'
]
=
str
(
orderDate
)
productionOrders
[
'_class'
]
=
"Dream.Order"
dueDate
=
datetime
.
strptime
(
str
(
ind0
.
Due_date
),
'%Y-%m-%d'
)
productionOrders
[
'dueDate'
]
=
str
(
dueDate
)
productionOrders
[
'componentsList'
]
=
[]
...
...
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