Skip to content

Commit 18d1c44

Browse files
davidgltbsipocz
authored andcommitted
fix PEP8 backslash recommendation
1 parent 0ed7fe6 commit 18d1c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/esa/hubble/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ def get_datalabs_path(self, filename, default_volume=None):
10561056
file_exists = os.path.exists(full_path)
10571057

10581058
if not file_exists:
1059-
print(f"File '{filename}' is not accessible. Please ensure the '{instrument_name}' " \
1059+
print(f"File '{filename}' is not accessible. Please ensure the '{instrument_name}' "
10601060
"volume is mounted in your ESA Datalabs instance.")
10611061
return full_path
10621062

0 commit comments

Comments
 (0)