Skip to content

Commit

Permalink
bool to str
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Dec 5, 2023
1 parent bfebfb2 commit 8ff8f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_fat/command_line/association_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def get_last_roid_streaming_alert(
application += " " + master_manager
application += " " + input_path
application += " " + output_path_spark
application += " " + is_mpc
application += " " + str(is_mpc)

spark_submit = "spark-submit \
--master {} \
Expand Down

0 comments on commit 8ff8f37

Please sign in to comment.