Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update clients.py #1

Closed
wants to merge 1 commit into from

Conversation

ectomancer
Copy link

create disk file on a different drive i.e. not on the SSD when 'SSD' key exists
to use this option, add this to user program:
import os
os.putenv('SSD', dir_name) #replace dir_name with user directory i.e. 'D:'

create disk file on a different drive i.e. not on the SSD when SSD is True
to use this option, add this to user program:
 import os
 os.putenv('SSD', dir_name) #replace dir_name with user directory i.e. 'D:\'
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.6%) to 99.279% when pulling a244357 on ectomancer:ectomancer-patch-1 into 5090882 on thegrymek:master.

@ectomancer
Copy link
Author

changed code

@ectomancer ectomancer closed this Nov 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants