Skip to content

Commit

Permalink
minor cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
pjmark committed Feb 15, 2024
1 parent c17a9da commit 14c03d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spm12/setup_rt.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def check_standalone():

#-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
def ensure_standalone():
''' Check if the standalone SPM12 is already installed
''' Ensure the standalone SPM12 is installed
with the correct MATLAB Runtime
'''

Expand All @@ -146,6 +146,8 @@ def ensure_standalone():
#-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
def get_file(url, save_path):
response = requests.get(url)

print('Downloading setup file - this make take a while (it is Matlab) ...')

# Check if the request was successful (status code 200)
if response.status_code == 200:
Expand Down

0 comments on commit 14c03d2

Please sign in to comment.