Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HafeezOJ committed Oct 13, 2024
1 parent 2c9f7ff commit df50f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figshare/Article.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def check_required_space(self, required_space):
if (req_space > available_space):
if self.system_config['continue-on-error'] == "False":
self.logs.write_log_in_file('error', "There isn't enough space in storage path."
+ f"Required space is {req_space} and available space is {available_space}. Aborting...",
+ f"Required space is {req_space} and available space is {available_space}. Aborting...",
True, True)
self.logs.write_log_in_file('error', "There isn't enough space in storage path."
+ f"Required space is {req_space} and available space is {available_space}.",
Expand Down

0 comments on commit df50f47

Please sign in to comment.