Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
oee-services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
harshavardhan.c
oee-services
Commits
979fdf6c
Commit
979fdf6c
authored
May 24, 2022
by
hrishikesh.r
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified changes to Oee_handlers.py
parent
7f43abce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
scripts/services/oee_services.py
scripts/services/oee_services.py
+1
-9
No files found.
scripts/services/oee_services.py
View file @
979fdf6c
...
@@ -18,9 +18,6 @@ async def oee_tag_mapping(oee_tag_mapping_list: GetOeeServices):
...
@@ -18,9 +18,6 @@ async def oee_tag_mapping(oee_tag_mapping_list: GetOeeServices):
raise
logger
.
exception
(
"Exception occurred while inserting data"
)
raise
logger
.
exception
(
"Exception occurred while inserting data"
)
@
oee_services
.
post
(
Endpoints
.
oee_services
)
@
oee_services
.
post
(
Endpoints
.
oee_services
)
async
def
get_oee_tag_mapping
(
get_oee_tags
:
GetOeeServices
):
async
def
get_oee_tag_mapping
(
get_oee_tags
:
GetOeeServices
):
try
:
try
:
...
@@ -32,7 +29,6 @@ async def get_oee_tag_mapping(get_oee_tags: GetOeeServices):
...
@@ -32,7 +29,6 @@ async def get_oee_tag_mapping(get_oee_tags: GetOeeServices):
raise
logger
.
exception
(
f
"Error while getting information as {e}"
)
raise
logger
.
exception
(
f
"Error while getting information as {e}"
)
@
oee_services
.
post
(
Endpoints
.
oee_services
)
@
oee_services
.
post
(
Endpoints
.
oee_services
)
async
def
delete_oee_tagging
(
delete_oee_tags
:
GetOeeServices
):
async
def
delete_oee_tagging
(
delete_oee_tags
:
GetOeeServices
):
try
:
try
:
...
@@ -44,8 +40,6 @@ async def delete_oee_tagging(delete_oee_tags: GetOeeServices):
...
@@ -44,8 +40,6 @@ async def delete_oee_tagging(delete_oee_tags: GetOeeServices):
raise
logger
.
exception
(
f
"Error while getting information as {e}"
)
raise
logger
.
exception
(
f
"Error while getting information as {e}"
)
@
oee_services
.
post
(
Endpoints
.
oee_services
)
@
oee_services
.
post
(
Endpoints
.
oee_services
)
async
def
update_oee_tagging
(
update_oee_tags
:
GetOeeServices
):
async
def
update_oee_tagging
(
update_oee_tags
:
GetOeeServices
):
try
:
try
:
...
@@ -55,5 +49,3 @@ async def update_oee_tagging(update_oee_tags: GetOeeServices):
...
@@ -55,5 +49,3 @@ async def update_oee_tagging(update_oee_tags: GetOeeServices):
except
Exception
as
e
:
except
Exception
as
e
:
raise
logger
.
exception
(
f
"Error while getting information as {e}"
)
raise
logger
.
exception
(
f
"Error while getting information as {e}"
)
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