Skip to content

Commit 12efad1

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAMNGT-1700 Fix code style issues
1 parent 6845bc8 commit 12efad1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

astroquery/gaia/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def build_general_output_filename(self):
328328
now_formatted = now.strftime("%Y%m%d_%H%M%S")
329329
temp_dirname = "temp_" + now_formatted
330330
downloadname_formated = "download_" + now_formatted
331-
return os.path.join(os.getcwd(), temp_dirname, downloadname_formated)
331+
return os.path.join(os.getcwd(), temp_dirname, downloadname_formated)
332332

333333
@staticmethod
334334
def __get_data_files(output_file, path):

astroquery/gaia/tests/test_gaiatap.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,7 @@ def test_datalink_querier_load_data_vot_exception(mock_datalink_querier, overwri
802802

803803
assert str(
804804
excinfo.value) == (
805-
f"{file_final} file already exists. Please use overwrite_output_file='True' to overwrite "
806-
f"output file.")
805+
f"{file_final} file already exists. Please use overwrite_output_file='True' to overwrite output file.")
807806

808807
else:
809808
mock_datalink_querier.load_data(ids=[5937083312263887616], data_release='Gaia DR3',

0 commit comments

Comments
 (0)