Closed rob-miller closed 1 year ago
Installation of v1.10.1 on Mac (via homebrew) and Linux (from Github latest.tar.gz) reports
unsupported format character 'U' (0x55) at index 297
for phockup[.py] -h
phockup[.py] -h
The fix is to change this line: $HOSTNAME, %USERNAME%, etc.) to $HOSTNAME, %%USERNAME%%, etc.)
$HOSTNAME, %USERNAME%, etc.)
$HOSTNAME, %%USERNAME%%, etc.)
sorry, I see the fix is applied, would be nice to get the release versions bumped.
Installation of v1.10.1 on Mac (via homebrew) and Linux (from Github latest.tar.gz) reports
for
phockup[.py] -h
The fix is to change this line:
$HOSTNAME, %USERNAME%, etc.)
to$HOSTNAME, %%USERNAME%%, etc.)