-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The issue was in the subprocess.call for 'xhost +', where the permission granted seem to vanish somehow. As I have done for the 'docker run' call, changed subprocess.call for 'os.system' and voila'! There was also a minor issue with bytearrays, the host machine address was being printed with the "b''" in front of the IP (only in Python3).
- Loading branch information
Carlos Brandt
committed
Mar 10, 2018
1 parent
0b1ce8f
commit 5ea7602
Showing
1 changed file
with
4 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters