Christian Tremblay

Results 7 issues of Christian Tremblay

Type Error may occur in complicated expression where float get added to Decimal. Treating float as Decimal will fix the issue. Adding a function to add spaces in expression so...

objects.py From line 144 to 220 ``` def WriteProperty(self, obj, value, arrayIndex=None, priority=None, direct=False): if _debug: Property._debug("WriteProperty(%s) %s %r arrayIndex=%r priority=%r direct=%r", self.identifier, obj, value, arrayIndex, priority, direct ) if...

2 - Working

enhancement
2 - Working

Needs to be dynamic, for now, removed from test suite and default file

As e is use as a sys.argv, I renamed getopt.GetoptError as e -> error for clarity Signed-off-by: Christian Tremblay [email protected]

gitExec function doesn't work anymore with folder having unicode caracters in them There's also a few lines missing specific unicode encoding/deconding to 'utf-8' (like the os.walk function to browse directories)...

Had some trouble pip installing netifaces inside a container. Got it working with this dockerfile ``` FROM python:3.7-alpine RUN apk add build-base python3-dev linux-headers RUN pip install --upgrade pip RUN...