EdinburghGenomics / pyclarity-lims

Python interface to the GenoLogics LIMS server via its REST API.
MIT License
11 stars 4 forks source link

fixing issue for python 2.7 where timezone is - GMT and not + GMT #22

Closed Rubyj closed 6 years ago

Rubyj commented 6 years ago

checked to see if '+' was in the string else used rules for parsing with '-'

closes #21

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.09%) to 76.954% when pulling 24fab2836189759323b819555e647c836bf65fd9 on Rubyj:fixQueuedArtifacts into 1f98b4c3bcafa2ca698c2848ed8752058cc08722 on EdinburghGenomics:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.05%) to 77.09% when pulling bd76dccdb1578b60b47533388cafbc48696f3ce2 on Rubyj:fixQueuedArtifacts into 1f98b4c3bcafa2ca698c2848ed8752058cc08722 on EdinburghGenomics:master.

Rubyj commented 6 years ago

@tcezard after fixing a few typos and adding a test case it appears that all checks pass