Skip to content

Commit

Permalink
Format tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Dec 6, 2016
1 parent a54bd1c commit 01e1c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/io/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import os
#import shlex

# Platform
# Platform
platform = os.uname()
platformId = [platform[0], platform[2], platform[1]]
osAccess = [os.access('/', os.W_OK), os.access('/', os.R_OK)]
Expand Down

0 comments on commit 01e1c96

Please sign in to comment.